llvm-6502/test/Transforms/InstCombine
Chris Lattner 970c17889a New testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14639 91177308-0d34-0410-b5e6-96231b3b80d8
2004-07-06 07:38:00 +00:00
..
2002-03-11-InstCombineHang.ll
2002-05-14-SubFailure.ll
2002-05-14-TouchDeletedInst.ll
2002-08-02-CastTest.ll
2002-09-17-GetElementPtrCrash.ll
2002-12-05-MissedConstProp.ll
2003-05-26-CastMiscompile.ll
2003-05-27-ConstExprCrash.ll
2003-06-05-BranchInvertInfLoop.ll
2003-06-22-ConstantExprCrash.ll
2003-07-21-ExternalConstant.ll
2003-08-12-AllocaNonNull.ll
2003-09-09-VolatileLoadElim.ll
2003-10-23-InstcombineNullFail.ll
2003-10-29-CallSiteResolve.ll
2003-11-03-VarargsCallBug.ll
2003-11-13-ConstExprCastCall.ll
2004-01-13-InstCombineInvokePHI.ll
2004-02-23-ShiftShiftOverflow.ll
2004-03-13-InstCombineInfLoop.ll
2004-04-04-InstCombineReplaceAllUsesWith.ll
2004-05-07-UnsizedCastLoad.ll
add.ll Add a new testcase for folding an add into a switch 2004-07-03 00:25:31 +00:00
alloca.ll
and.ll New test 2004-06-18 06:07:17 +00:00
bit-tracking.ll
call-intrinsics.ll
call.ll
canonicalize_branch.ll
cast-propagate.ll
cast-set.ll
cast.ll
div.ll
getelementptr_const.ll
getelementptr_index.ll
getelementptr.ll
JavaCompare.ll New testcase that is important for the Java FE 2004-06-09 05:07:01 +00:00
load.ll
malloc.ll
mul.ll
not.ll
or.ll
phi.ll
pow.ll
README.txt
rem.ll New testcase 2004-07-06 07:38:00 +00:00
select.ll More instcombine testcases 2004-06-09 07:59:40 +00:00
set.ll
setcc-strength-reduce.ll
shift.ll
sub.ll New testcase 2004-07-06 07:00:11 +00:00
xor.ll

This directory contains test cases for the instcombine transformation.  The
dated tests are actual bug tests, whereas the named tests are used to test
for features that the this pass should be capable of performing.