summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/Transforms
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-12-13 17:42:40 +0000
committerChris Lattner <sabre@nondot.org>2006-12-13 17:42:40 +0000
commite612d336d905e1ddb1a18eb5b43f887461506459 (patch)
treeaf64371c70c18ce9c314c2cff425ca723b8cb652 /llvm/test/Regression/Transforms
parent2a499b0b6c3d39f1bf78633a641cadc63360bcd9 (diff)
downloadbcm5719-llvm-e612d336d905e1ddb1a18eb5b43f887461506459.tar.gz
bcm5719-llvm-e612d336d905e1ddb1a18eb5b43f887461506459.zip
xfail these until I recommit the scalarrepl patch
llvm-svn: 32545
Diffstat (limited to 'llvm/test/Regression/Transforms')
-rw-r--r--llvm/test/Regression/Transforms/ScalarRepl/union-fp-int.ll2
-rw-r--r--llvm/test/Regression/Transforms/ScalarRepl/union-packed.ll2
2 files changed, 4 insertions, 0 deletions
diff --git a/llvm/test/Regression/Transforms/ScalarRepl/union-fp-int.ll b/llvm/test/Regression/Transforms/ScalarRepl/union-fp-int.ll
index 9c0e23e8a64..e21751bda39 100644
--- a/llvm/test/Regression/Transforms/ScalarRepl/union-fp-int.ll
+++ b/llvm/test/Regression/Transforms/ScalarRepl/union-fp-int.ll
@@ -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
diff --git a/llvm/test/Regression/Transforms/ScalarRepl/union-packed.ll b/llvm/test/Regression/Transforms/ScalarRepl/union-packed.ll
index 0df6e3957f7..20c0bc9a237 100644
--- a/llvm/test/Regression/Transforms/ScalarRepl/union-packed.ll
+++ b/llvm/test/Regression/Transforms/ScalarRepl/union-packed.ll
@@ -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) {
OpenPOWER on IntegriCloud