mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-11 13:46:13 +00:00
ad5727d173
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8816 91177308-0d34-0410-b5e6-96231b3b80d8 |
||
---|---|---|
.. | ||
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 | ||
add.ll | ||
and.ll | ||
call.ll | ||
cast-set.ll | ||
cast.ll | ||
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 |
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.