1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/test/Transforms/Reassociate
Reid Spencer 591bfa1e0b Changes to support making the shift instructions be true BinaryOperators.
This feature is needed in order to support shifts of more than 255 bits
on large integer types.  This changes the syntax for llvm assembly to
make shl, ashr and lshr instructions look like a binary operator:
   shl i32 %X, 1
instead of
   shl i32 %X, i8 1
Additionally, this should help a few passes perform additional optimizations.

llvm-svn: 33776
2007-02-02 02:16:23 +00:00
..
.cvsignore Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2002-05-15-AgressiveSubMove.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2002-05-15-MissedTree.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2002-05-15-SubReassociate2.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2002-05-15-SubReassociate.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2002-07-09-DominanceProblem.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2003-08-12-InfiniteLoop.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2005-08-24-Crash.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2005-09-01-ArrayOutOfBounds.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2006-04-27-ReassociateVector.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
backwards.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
basictest2.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
basictest3.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
basictest4.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
basictest.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
dg.exp Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
inverses.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
looptest.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
mul-factor3.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
mul-neg-add.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
mulfactor2.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
mulfactor.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
negation.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
otherops.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
shift-factor.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
shifttest.ll Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00
subtest.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00