llvm-6502/test/Transforms/InstCombine
2003-08-13 20:17:41 +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
add.ll Add some tests for difficult reassociation cases 2003-08-13 19:01:09 +00:00
and.ll I must have missed these when eliminating the cast to bool cannonicalizations 2003-08-13 20:17:41 +00:00
call.ll
cast-set.ll
cast.ll Reorganize tests because we no longer cannonicalize X != 0 -> cast X to bool 2003-08-13 05:27:57 +00:00
div.ll
getelementptr.ll
load.ll
Makefile
malloc.ll
mul.ll
not.ll
or.ll New testcases 2003-08-12 19:10:50 +00:00
phi.ll
pow.ll
README.txt
rem.ll
set.ll Reorganize tests because we no longer cannonicalize X != 0 -> cast X to bool 2003-08-13 05:27:57 +00:00
setcc-strength-reduce.ll
shift.ll Update test to represent new cannonicalization rules for multiplies 2003-08-13 04:20:06 +00:00
sub.ll Reorganize tests because we no longer cannonicalize X != 0 -> cast X to bool 2003-08-13 05:27:57 +00:00
xor.ll Add some more tests for: (A <setcc1> B) logicalop (A <setcc2> B) 2003-08-13 20:13:15 +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.