mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00: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... git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212326 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b2a3131c88
commit
f9749edd61
@ -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…
Reference in New Issue
Block a user