Add a case with non-constant argument for testing the transform:
authorReid Spencer <rspencer@reidspencer.com>
Sun, 15 May 2005 21:26:59 +0000 (21:26 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sun, 15 May 2005 21:26:59 +0000 (21:26 +0000)
commit9b1749b1f49453c91395c753c27f60cadb23bb76
tree967ef865958a647b174b4ef32cc6fd8501efeaf2
parentf74eb3fa2a0761054277664a9eecb61e93ee614a
Add a case with non-constant argument for testing the transform:
ffs(x) -> (x == 0 ? 0 : llvm.cttz(0)+1)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22069 91177308-0d34-0410-b5e6-96231b3b80d8
test/Transforms/SimplifyLibCalls/FFS.ll