llvm-6502/test/Transforms/InstCombine
Chris Lattner 4d6404f762 New testcases
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6505 91177308-0d34-0410-b5e6-96231b3b80d8
2003-06-01 03:34:53 +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 New testcase 2003-05-26 23:41:13 +00:00
2003-05-27-ConstExprCrash.ll New testcase 2003-05-27 16:45:09 +00:00
add.ll Test limited reassociation 2003-03-11 00:10:59 +00:00
and.ll Add optimizations: 2003-03-10 23:52:54 +00:00
cast-set.ll
cast.ll
div.ll
getelementptr.ll
Makefile
malloc.ll
mul.ll
not.ll
or.ll Test limited reassociation 2003-03-11 00:10:59 +00:00
phi.ll
pow.ll
README.txt
rem.ll
set.ll New testcases 2003-06-01 03:34:53 +00:00
setcc-strength-reduce.ll
shift.ll
sub.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.