Skip to content

Commit 73dc78f

Browse files
committed
Merge r127298 from mainline.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_29@127435 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 7a8ed97 commit 73dc78f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CodeGen/X86/fold-pcmpeqd-0.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: llc < %s -mtriple=i386-apple-darwin | grep pcmpeqd | count 1
1+
; RUN: llc < %s -mtriple=i386-apple-darwin -mcpu=yonah | grep pcmpeqd | count 1
22
; RUN: llc < %s -mtriple=x86_64-apple-darwin | grep pcmpeqd | count 1
33

44
; This testcase shouldn't need to spill the -1 value,

0 commit comments

Comments
 (0)