Skip to content

Commit 877226f

Browse files
authored
[X86] Simplify regex in pr42616.ll test (#71980)
1 parent 2750a22 commit 877226f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/X86/pr42616.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
define <2 x double> @pr42616(<2 x double> %a0, <2 x double> %a1, ptr %p) {
44
;CHECK-LABEL: pr42616
5-
;CHECK: movhpd (%esp), {{%xmm[0-9][0-9]*}} {{.*#+}} 16-byte Folded Reload
5+
;CHECK: movhpd (%esp), %xmm{{[0-9]+}} # 16-byte Folded Reload
66
%1 = tail call <2 x i64> asm sideeffect "nop", "=x,~{xmm2},~{xmm3},~{xmm4},~{xmm5},~{xmm6},~{xmm7},~{xmm8},~{xmm9},~{xmm10},~{xmm11},~{xmm12},~{xmm13},~{xmm14},~{xmm15},~{flags}"()
77
%2 = load <2 x double>, ptr %p, align 1
88
%3 = shufflevector <2 x double> %a1, <2 x double> %2, <2 x i32> <i32 2, i32 0>

0 commit comments

Comments
 (0)