summaryrefslogtreecommitdiffstats
path: root/llvm/test/Assembler/2007-02-01-UpgradeShift.ll
Commit message (Collapse)AuthorAgeFilesLines
* Removing llvm upgrade, so remove tests specific to llvm-upgrade and update ↵Tanya Lattner2008-02-161-18/+0
| | | | | | the tests that used it. llvm-svn: 47225
* For PR1319:Reid Spencer2007-04-151-6/+6
| | | | | | | | | | Upgrade to new Tcl exec based test framework. This exposes three regressions in llvm-upgrade: test/Assembler/2002-08-19-BytecodeReader.llx test/Assembler/2003-08-21-ConstantExprCast-Fold.llx test/Assembler/2004-01-11-getelementptrfolding.llx llvm-svn: 36067
* Changes to support making the shift instructions be true BinaryOperators.Reid Spencer2007-02-021-0/+18
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
OpenPOWER on IntegriCloud