[llvm-commits] CVS: llvm/test/Regression/Transforms/ScalarRepl/union-fp-int.ll union-packed.ll

Chris Lattner sabre at nondot.org
Wed Dec 13 09:42:55 PST 2006



Changes in directory llvm/test/Regression/Transforms/ScalarRepl:

union-fp-int.ll updated: 1.1 -> 1.2
union-packed.ll updated: 1.1 -> 1.2
---
Log message:

xfail these until I recommit the scalarrepl patch


---
Diffs of the changes:  (+4 -0)

 union-fp-int.ll |    2 ++
 union-packed.ll |    2 ++
 2 files changed, 4 insertions(+)


Index: llvm/test/Regression/Transforms/ScalarRepl/union-fp-int.ll
diff -u llvm/test/Regression/Transforms/ScalarRepl/union-fp-int.ll:1.1 llvm/test/Regression/Transforms/ScalarRepl/union-fp-int.ll:1.2
--- llvm/test/Regression/Transforms/ScalarRepl/union-fp-int.ll:1.1	Sun Dec 10 17:52:28 2006
+++ llvm/test/Regression/Transforms/ScalarRepl/union-fp-int.ll	Wed Dec 13 11:42:40 2006
@@ -1,6 +1,8 @@
 ; RUN: llvm-upgrade < %s | llvm-as | opt -scalarrepl | llvm-dis | not grep alloca &&
 ; RUN: llvm-upgrade < %s | llvm-as | opt -scalarrepl | llvm-dis | grep 'bitcast.*float.*int'
 
+; XFAIL: *
+
 int %test(float %X) {
         %X_addr = alloca float
         store float %X, float* %X_addr


Index: llvm/test/Regression/Transforms/ScalarRepl/union-packed.ll
diff -u llvm/test/Regression/Transforms/ScalarRepl/union-packed.ll:1.1 llvm/test/Regression/Transforms/ScalarRepl/union-packed.ll:1.2
--- llvm/test/Regression/Transforms/ScalarRepl/union-packed.ll:1.1	Sun Dec 10 18:34:27 2006
+++ llvm/test/Regression/Transforms/ScalarRepl/union-packed.ll	Wed Dec 13 11:42:40 2006
@@ -1,6 +1,8 @@
 ; RUN: llvm-upgrade < %s | llvm-as | opt -scalarrepl | llvm-dis | not grep alloca &&
 ; RUN: llvm-upgrade < %s | llvm-as | opt -scalarrepl | llvm-dis | grep 'bitcast'
 
+; XFAIL: *
+
 target endian = little
 
 <4 x int> %test(<4 x float> %X) {






More information about the llvm-commits mailing list