[llvm-commits] CVS: llvm/test/Regression/Transforms/InstCombine/shift-sra.ll

2006-11-07 Thread Reid Spencer
Changes in directory llvm/test/Regression/Transforms/InstCombine: shift-sra.ll updated: 1.1 -> 1.2 --- Log message: For PR950: http://llvm.org/PR950 : This patch converts the old SHR instruction into two instructions, AShr (Arithmetic) and LShr (Logical). The Shr instructions now are not depen

[llvm-commits] CVS: llvm/test/Regression/Transforms/InstCombine/shift-sra.ll

2006-09-17 Thread Chris Lattner
Changes in directory llvm/test/Regression/Transforms/InstCombine: shift-sra.ll added (r1.1) --- Log message: New testcase, can be an srl instead of sra --- Diffs of the changes: (+8 -0) shift-sra.ll |8 1 files changed, 8 insertions(+) Index: llvm/test/Regression/Transforms/