Chris Lattner
|
b90ed2233c
|
manually upgrade a bunch of tests to modern syntax, and remove some that
are either unreduced or only test old syntax.
llvm-svn: 133228
|
2011-06-17 03:14:27 +00:00 |
Dan Gohman
|
72a13d2476
|
Use opt -S instead of piping bitcode output through llvm-dis.
llvm-svn: 81257
|
2009-09-08 22:34:10 +00:00 |
Dan Gohman
|
9737a63ed8
|
Change these tests to feed the assembly files to opt directly, instead
of using llvm-as, now that opt supports this.
llvm-svn: 81226
|
2009-09-08 16:50:01 +00:00 |
Evan Cheng
|
c3cf9f872a
|
Transform (zext (or (icmp), (icmp))) to (or (zext (cimp), (zext icmp))) if at least one of the (zext icmp) can be transformed to eliminate an icmp.
llvm-svn: 48715
|
2008-03-24 00:21:34 +00:00 |