Dan Gohman
|
22f339010c
|
Use "opt < %s" instead of "opt %s" so that opt doesn't print the test
filename in the output, which interferes with the tests' grep lines.
llvm-svn: 81263
|
2009-09-08 22:57:49 +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 |
Bill Wendling
|
582fe6b0ca
|
Use m_Specific() instead of double matching.
llvm-svn: 60341
|
2008-12-01 08:09:47 +00:00 |
Bill Wendling
|
de89bc275c
|
Add instruction combining for ((A&~B)|(~A&B)) -> A^B and all permutations.
llvm-svn: 60291
|
2008-11-30 13:52:49 +00:00 |