llvm-6502/test/Transforms/InstCombine
Chris Lattner f6e180324e new testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10843 91177308-0d34-0410-b5e6-96231b3b80d8
2004-01-14 05:53:11 +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 document real source of bug 2003-10-23 16:00:59 +00:00
2003-10-29-CallSiteResolve.ll New testcase crashing the instruction combiner 2003-10-30 00:39:25 +00:00
2003-11-03-VarargsCallBug.ll New testcase for a bug in instcombine 2003-11-03 18:33:44 +00:00
2003-11-13-ConstExprCastCall.ll Instcombine should promote this, and because it isn't, we are failing poolalloc tests 2003-11-13 19:05:15 +00:00
2004-01-13-InstCombineInvokePHI.ll new testcase 2004-01-14 05:53:11 +00:00
add.ll Add new testcases 2003-10-02 15:11:09 +00:00
and.ll
bit-tracking.ll More testcases 2003-11-03 05:42:50 +00:00
call.ll
cast-set.ll Move a test from cast-set to a new bit-tracking.ll file. Update file comments 2003-11-03 05:30:34 +00:00
cast.ll Add test for instcombine transmogrifying allocation instructions 2003-11-02 05:56:58 +00:00
div.ll
getelementptr.ll
load.ll
malloc.ll
mul.ll
not.ll
or.ll
phi.ll
pow.ll
README.txt
rem.ll
set.ll
setcc-strength-reduce.ll
shift.ll
sub.ll
xor.ll New testcase for the other side 2003-11-05 01:05:22 +00:00

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.