InstCombine: If we call llvm.objectsize on a malloc call we can replace it with the...
[oota-llvm.git] / test / Transforms / InstCombine / extractvalue.ll
2010-11-29 Frits van BommelTransform (extractvalue (load P), ...) to (load (gep...
2010-11-29 Frits van BommelUpdate this test to keep testing the -instcombine trans...
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2008-07-16 Matthijs KooijmanAdd a few cases to instcombine's extractvalue testcase.
2008-06-16 Matthijs KooijmanMake testcase check for extractvalue instead of extract...
2008-06-11 Matthijs KooijmanTeach instruction combining about the extractvalue...