xfail these until I recommit the scalarrepl patch

llvm-svn: 32545
This commit is contained in:
Chris Lattner 2006-12-13 17:42:40 +00:00
parent 2a499b0b6c
commit e612d336d9
2 changed files with 4 additions and 0 deletions

View File

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

View File

@ -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) {