llvm-6502/test/Transforms/Reassociate
Chris Lattner 86175f47b6 new testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28006 91177308-0d34-0410-b5e6-96231b3b80d8
2006-04-28 04:14:29 +00:00
..
.cvsignore Tired of wading through cvs's list ? files that are generated when building 2006-03-23 23:41:57 +00:00
2002-05-15-AgressiveSubMove.ll
2002-05-15-MissedTree.ll
2002-05-15-SubReassociate2.ll
2002-05-15-SubReassociate.ll
2002-07-09-DominanceProblem.ll
2003-08-12-InfiniteLoop.ll
2005-08-24-Crash.ll
2005-09-01-ArrayOutOfBounds.ll
2006-04-27-ReassociateVector.ll new testcase 2006-04-28 04:14:29 +00:00
backwards.ll
basictest2.ll
basictest3.ll
basictest4.ll
basictest.ll
dg.exp Added the ability to xfail based on llvmgcc version 2006-04-12 21:57:40 +00:00
inverses.ll
looptest.ll
mul-factor3.ll new testcase from a FIXME in the code 2006-03-14 08:13:09 +00:00
mul-neg-add.ll
mulfactor2.ll new testcase from a FIXME in the code 2006-03-14 08:13:09 +00:00
mulfactor.ll
negation.ll
otherops.ll
shift-factor.ll Test that we can reassociate (x<<1)+(y<<1) -> (X+Y)<<1. 2006-03-14 06:54:32 +00:00
shifttest.ll
subtest.ll