mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 13:11:39 +01:00
[x86] Relax the line in this check to pacify build bots.
I still don't love testing the comments, but its the only sane way to check shuffle instructions... llvm-svn: 212326
This commit is contained in:
parent
806e0340eb
commit
3bdff47d29
@ -5,7 +5,7 @@
|
||||
define <4 x i32*> @AGEP0(i32* %ptr) nounwind {
|
||||
entry:
|
||||
;CHECK-LABEL: AGEP0
|
||||
;CHECK: vpshufd {{.*}} # xmm0 = mem[0,0,0,0]
|
||||
;CHECK: vpshufd {{.*}} xmm0 = mem[0,0,0,0]
|
||||
;CHECK-NEXT: vpaddd
|
||||
;CHECK-NEXT: ret
|
||||
%vecinit.i = insertelement <4 x i32*> undef, i32* %ptr, i32 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user