[InstCombine] Actually combine AA metadata when replacing one load with another
[oota-llvm.git] / test / Transforms / InstCombine / extractvalue.ll
2015-03-04 Mehdi AminiMake DataLayout Non-Optional in the Module
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2013-07-14 Stephen LinCatch more CHECK that can be converted to CHECK-LABEL...
2011-11-27 Chris LattnerUpgrade syntax of tests using volatile instructions...
2011-08-12 Eli FriedmanMove "atomic" and "volatile" designations on instructio...
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...