From 3f9495a3f796d58db109a98d189dc2a80c625c6c Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 2 Feb 2009 18:15:33 +0000 Subject: [PATCH] xfail this for now, will fix shortly. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63533 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/vec_ins_extract.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/test/CodeGen/X86/vec_ins_extract.ll b/test/CodeGen/X86/vec_ins_extract.ll index 86f13069de2..6f6c977db64 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. -- 2.34.1