Dan Gohman
|
c95df8b6d8
|
Use opt -S instead of piping bitcode output through llvm-dis.
llvm-svn: 81257
|
2009-09-08 22:34:10 +00:00 |
|
Dan Gohman
|
8d84372836
|
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 |
|
Matthijs Kooijman
|
c05651e3ce
|
Add a few cases to instcombine's extractvalue testcase.
llvm-svn: 53675
|
2008-07-16 12:57:25 +00:00 |
|
Matthijs Kooijman
|
bdd5cae51c
|
Make testcase check for extractvalue instead of extractelement.
llvm-svn: 52317
|
2008-06-16 13:03:44 +00:00 |
|
Matthijs Kooijman
|
0f9df32e12
|
Teach instruction combining about the extractvalue. It can succesfully fold
useless insert-extract chains, similar to how it folds them for vectors.
Add a testcase for this.
llvm-svn: 52217
|
2008-06-11 14:05:05 +00:00 |
|