llvm-6502/test/Transforms/InstCombine
Chris Lattner f6e59410ee New testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12518 91177308-0d34-0410-b5e6-96231b3b80d8
2004-03-25 22:59:06 +00:00
..
2002-03-11-InstCombineHang.ll
2002-05-14-SubFailure.ll
2002-05-14-TouchDeletedInst.ll
2002-08-02-CastTest.ll The instruction combining pass removes dead instructions, there is no need 2004-02-28 05:26:06 +00:00
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 Test for the other way also 2004-02-23 20:24:16 +00:00
2004-03-13-InstCombineInfLoop.ll New testcase, distilled from povray I think. 2004-03-13 23:53:04 +00:00
add.ll The instruction combining pass removes dead instructions, there is no need 2004-02-28 05:26:06 +00:00
alloca.ll New testcase, the optimizer can delete zero sized allocas 2004-03-19 06:07:43 +00:00
and.ll
bit-tracking.ll
call-intrinsics.ll new testcase for intrinsic folding 2004-02-28 05:28:42 +00:00
call.ll The instruction combining pass removes dead instructions, there is no need 2004-02-28 05:26:06 +00:00
canonicalize_branch.ll The instcombiner should canonicalize comparisons. 2004-02-27 06:27:07 +00:00
cast-set.ll
cast.ll The instruction combining pass removes dead instructions, there is no need 2004-02-28 05:26:06 +00:00
div.ll
getelementptr_const.ll New testcase 2004-03-25 22:59:06 +00:00
getelementptr.ll The instruction combining pass removes dead instructions, there is no need 2004-02-28 05:26:06 +00:00
load.ll
malloc.ll The instruction combining pass removes dead instructions, there is no need 2004-02-28 05:26:06 +00:00
mul.ll Handle the unsigned form as well 2004-02-23 06:37:33 +00:00
not.ll The instruction combining pass removes dead instructions, there is no need 2004-02-28 05:26:06 +00:00
or.ll
phi.ll The instruction combining pass removes dead instructions, there is no need 2004-02-28 05:26:06 +00:00
pow.ll
README.txt
rem.ll
select.ll test instruction combiner opts for select instruction 2004-03-12 06:01:00 +00:00
set.ll
setcc-strength-reduce.ll
shift.ll
sub.ll Oh right, casts can interfere. Test this too 2004-03-13 00:11:38 +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.