Reid Spencer
|
f0b186e49e
|
Don't eliminate a test case, just the form of the test case, from the
previous revision.
llvm-svn: 22072
|
2005-05-15 21:35:26 +00:00 |
Chris Lattner
|
847f580c7c
|
This does not belong
llvm-svn: 22071
|
2005-05-15 21:31:36 +00:00 |
Reid Spencer
|
597618f9f8
|
Add a case with non-constant argument for testing the transform:
ffs(x) -> (x == 0 ? 0 : llvm.cttz(0)+1)
llvm-svn: 22069
|
2005-05-15 21:26:59 +00:00 |
Reid Spencer
|
5b3c66676c
|
Add a test case for testing ffs libcall conversion to constant
llvm-svn: 22028
|
2005-05-14 16:44:43 +00:00 |