projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef072c3
)
Fix the testcase to work on all platforms.
author
Nadav Rotem
<nrotem@apple.com>
Sun, 16 Sep 2012 07:58:47 +0000
(07:58 +0000)
committer
Nadav Rotem
<nrotem@apple.com>
Sun, 16 Sep 2012 07:58:47 +0000
(07:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163997
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/pmovext.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/pmovext.ll
b/test/CodeGen/X86/pmovext.ll
index c4530465c78e1fd1b4d0b7e4ad5810a20103a17e..16e9c28fcdefede81d7646fc94f090e12069d616 100644
(file)
--- a/
test/CodeGen/X86/pmovext.ll
+++ b/
test/CodeGen/X86/pmovext.ll
@@
-3,7
+3,7
@@
; rdar://11897677
;CHECK: intrin_pmov
-;CHECK: pmovzxbw (%
rsi
), %xmm0
+;CHECK: pmovzxbw (%
{{.*}}
), %xmm0
;CHECK-NEXT: movdqu
;CHECK-NEXT: ret
define void @intrin_pmov(i16* noalias %dest, i8* noalias %src) nounwind uwtable ssp {