[llvm-commits] CVS: llvm/test/Regression/Transforms/InstCombine/xor.ll shift.ll
Chris Lattner
lattner at cs.uiuc.edu
Sat Feb 11 17:33:13 PST 2006
Changes in directory llvm/test/Regression/Transforms/InstCombine:
xor.ll updated: 1.14 -> 1.15
shift.ll updated: 1.22 -> 1.23
---
Log message:
Make these tests fail if opt crashes.
---
Diffs of the changes: (+2 -0)
shift.ll | 1 +
xor.ll | 1 +
2 files changed, 2 insertions(+)
Index: llvm/test/Regression/Transforms/InstCombine/xor.ll
diff -u llvm/test/Regression/Transforms/InstCombine/xor.ll:1.14 llvm/test/Regression/Transforms/InstCombine/xor.ll:1.15
--- llvm/test/Regression/Transforms/InstCombine/xor.ll:1.14 Thu May 5 23:11:26 2005
+++ llvm/test/Regression/Transforms/InstCombine/xor.ll Sat Feb 11 19:32:58 2006
@@ -1,6 +1,7 @@
; This test makes sure that these instructions are properly eliminated.
;
+; RUN: llvm-as < %s | opt -instcombine -disable-output &&
; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep 'xor '
%G1 = global uint 0
Index: llvm/test/Regression/Transforms/InstCombine/shift.ll
diff -u llvm/test/Regression/Transforms/InstCombine/shift.ll:1.22 llvm/test/Regression/Transforms/InstCombine/shift.ll:1.23
--- llvm/test/Regression/Transforms/InstCombine/shift.ll:1.22 Fri Jan 6 01:48:28 2006
+++ llvm/test/Regression/Transforms/InstCombine/shift.ll Sat Feb 11 19:32:58 2006
@@ -1,6 +1,7 @@
; This test makes sure that these instructions are properly eliminated.
;
+; RUN: llvm-as < %s | opt -instcombine -disable-output &&
; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep sh
implementation
More information about the llvm-commits
mailing list