diff options
author | Chris Lattner <sabre@nondot.org> | 2010-02-21 03:24:41 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-02-21 03:24:41 +0000 |
commit | 7f6de7df46db5947353db16ac3d858bb10bb24b5 (patch) | |
tree | 86b78825b89a77104fd16f5d11c3489de1565aa2 /test | |
parent | 8e946bea146c15333ce5f9f1b7a9efe5e75fd892 (diff) | |
download | external_llvm-7f6de7df46db5947353db16ac3d858bb10bb24b5.zip external_llvm-7f6de7df46db5947353db16ac3d858bb10bb24b5.tar.gz external_llvm-7f6de7df46db5947353db16ac3d858bb10bb24b5.tar.bz2 |
temporarily disable this.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96717 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/CodeGen/X86/vec_ss_load_fold.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/X86/vec_ss_load_fold.ll b/test/CodeGen/X86/vec_ss_load_fold.ll index 48e75eb..27a27df 100644 --- a/test/CodeGen/X86/vec_ss_load_fold.ll +++ b/test/CodeGen/X86/vec_ss_load_fold.ll @@ -1,4 +1,5 @@ ; RUN: llc < %s -march=x86 -mattr=+sse,+sse2,+sse41 | FileCheck %s +; XFAIL: * target datalayout = "e-p:32:32" target triple = "i686-apple-darwin8.7.2" @@ -69,4 +70,4 @@ define <4 x float> @test4(<4 x float> %A, float *%b, i32 %C) nounwind { ; CHECK: movss (%eax), %xmm ; CHECK: call ; CHECK: roundss $4, %xmm{{.*}}, %xmm0 -}
\ No newline at end of file +} |