diff options
author | Chris Lattner <sabre@nondot.org> | 2009-02-02 18:15:33 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-02-02 18:15:33 +0000 |
commit | 3f9495a3f796d58db109a98d189dc2a80c625c6c (patch) | |
tree | 6081c9f42373ea24c790d5d93dae98f0409830c1 /test/CodeGen/X86/vec_ins_extract.ll | |
parent | 006336de6f8fe9c811ad079ab01a3f0459747960 (diff) | |
download | external_llvm-3f9495a3f796d58db109a98d189dc2a80c625c6c.zip external_llvm-3f9495a3f796d58db109a98d189dc2a80c625c6c.tar.gz external_llvm-3f9495a3f796d58db109a98d189dc2a80c625c6c.tar.bz2 |
xfail this for now, will fix shortly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63533 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/vec_ins_extract.ll')
-rw-r--r-- | test/CodeGen/X86/vec_ins_extract.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/X86/vec_ins_extract.ll b/test/CodeGen/X86/vec_ins_extract.ll index 86f1306..6f6c977 100644 --- a/test/CodeGen/X86/vec_ins_extract.ll +++ b/test/CodeGen/X86/vec_ins_extract.ll @@ -1,5 +1,6 @@ ; RUN: llvm-as < %s | opt -scalarrepl -instcombine | \ ; RUN: llc -march=x86 -mcpu=yonah | not grep sub.*esp +; XFAIL: * ; This checks that various insert/extract idiom work without going to the ; stack. |