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
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/