summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2009-04-18 00:11:50 +0000
committerDale Johannesen <dalej@apple.com>2009-04-18 00:11:50 +0000
commitf4948450d1e741064a027607dc9bed72896deb05 (patch)
tree0367c19282c6401716e62c897cbddb1ba40e386a /test
parent97d14fcb6aa54b66e8513fccea0d0470afa4056a (diff)
downloadllvm-f4948450d1e741064a027607dc9bed72896deb05.tar.gz
llvm-f4948450d1e741064a027607dc9bed72896deb05.tar.bz2
llvm-f4948450d1e741064a027607dc9bed72896deb05.tar.xz
patch 69408 breaks this by removing the opportunity
for the optimization it's testing to kick in (although it improves the code, getting rid of all spills). I don't understand the optimization well enough to rescue the test, so XFAILing. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69409 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/X86/2009-04-16-SpillerUnfold.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/X86/2009-04-16-SpillerUnfold.ll b/test/CodeGen/X86/2009-04-16-SpillerUnfold.ll
index e9e2e4aaa1..fdb172c2f9 100644
--- a/test/CodeGen/X86/2009-04-16-SpillerUnfold.ll
+++ b/test/CodeGen/X86/2009-04-16-SpillerUnfold.ll
@@ -1,4 +1,5 @@
; RUN: llvm-as < %s | llc -mtriple=x86_64-apple-darwin10.0 -relocation-model=pic -disable-fp-elim -stats |& grep {Number of modref unfolded}
+; XFAIL - 69408 removed the opportunity for this optimization to work
%struct.SHA512_CTX = type { [8 x i64], i64, i64, %struct.anon, i32, i32 }
%struct.anon = type { [16 x i64] }