[llvm] 877226f - [X86] Simplify regex in pr42616.ll test (#71980)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 13 11:05:46 PST 2023
Author: Tom Stellard
Date: 2023-11-13T11:05:42-08:00
New Revision: 877226f01fb75d7989acfdcd5a86754f16fe5365
URL: https://github.com/llvm/llvm-project/commit/877226f01fb75d7989acfdcd5a86754f16fe5365
DIFF: https://github.com/llvm/llvm-project/commit/877226f01fb75d7989acfdcd5a86754f16fe5365.diff
LOG: [X86] Simplify regex in pr42616.ll test (#71980)
Added:
Modified:
llvm/test/CodeGen/X86/pr42616.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/X86/pr42616.ll b/llvm/test/CodeGen/X86/pr42616.ll
index 5eac96be53d382f..c66e1565e3f9903 100644
--- a/llvm/test/CodeGen/X86/pr42616.ll
+++ b/llvm/test/CodeGen/X86/pr42616.ll
@@ -2,7 +2,7 @@
define <2 x double> @pr42616(<2 x double> %a0, <2 x double> %a1, ptr %p) {
;CHECK-LABEL: pr42616
- ;CHECK: movhpd (%esp), {{%xmm[0-9][0-9]*}} {{.*#+}} 16-byte Folded Reload
+ ;CHECK: movhpd (%esp), %xmm{{[0-9]+}} # 16-byte Folded Reload
%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}"()
%2 = load <2 x double>, ptr %p, align 1
%3 = shufflevector <2 x double> %a1, <2 x double> %2, <2 x i32> <i32 2, i32 0>
More information about the llvm-commits
mailing list