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 |
Chris Lattner
|
9e6b243428
|
simplify these patterns using m_Specific. No need to grep for
xor in testcase (or is a substring).
llvm-svn: 60328
|
2008-12-01 05:16:26 +00:00 |
Bill Wendling
|
9eef421e12
|
Implement (A&((~A)|B)) -> A&B transformation in the instruction combiner. This
takes care of all permutations of this pattern.
llvm-svn: 60290
|
2008-11-30 13:08:13 +00:00 |