aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/vec_compare.ll
diff options
context:
space:
mode:
authorManman Ren <mren@apple.com>2012-07-28 17:51:24 +0000
committerManman Ren <mren@apple.com>2012-07-28 17:51:24 +0000
commit14148c41d999390517cfc4ca36d866ae2c044500 (patch)
tree68d5835f099511b8e8ca15b937090f164a7db599 /test/CodeGen/X86/vec_compare.ll
parent0eb3edea9cb6819334173a7d288da85943201fe5 (diff)
downloadexternal_llvm-14148c41d999390517cfc4ca36d866ae2c044500.zip
external_llvm-14148c41d999390517cfc4ca36d866ae2c044500.tar.gz
external_llvm-14148c41d999390517cfc4ca36d866ae2c044500.tar.bz2
X86 Peephole: fold loads to the source register operand if possible.
Trying to fix the bot by specifying a triple in the failing testing cases. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160920 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/vec_compare.ll')
-rw-r--r--test/CodeGen/X86/vec_compare.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/vec_compare.ll b/test/CodeGen/X86/vec_compare.ll
index fffcf91..1e04f19 100644
--- a/test/CodeGen/X86/vec_compare.ll
+++ b/test/CodeGen/X86/vec_compare.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86 -mcpu=yonah | FileCheck %s
+; RUN: llc < %s -march=x86 -mcpu=yonah -mtriple=i386-apple-darwin | FileCheck %s
define <4 x i32> @test1(<4 x i32> %A, <4 x i32> %B) nounwind {