From 1230b4cee18705068fda0efdac8f2c0304987fe5 Mon Sep 17 00:00:00 2001 From: Frederik Gossen Date: Wed, 19 May 2021 12:39:14 +0200 Subject: [PATCH] [x86] Fix FMF propagation test --- llvm/test/CodeGen/X86/fmf-propagation.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/test/CodeGen/X86/fmf-propagation.ll b/llvm/test/CodeGen/X86/fmf-propagation.ll index cd19237..1681cff 100644 --- a/llvm/test/CodeGen/X86/fmf-propagation.ll +++ b/llvm/test/CodeGen/X86/fmf-propagation.ll @@ -48,8 +48,8 @@ define float @fmf_setcc_canon(float %x, float %y) { declare <16 x float> @llvm.x86.avx512.vfmadd.ps.512(<16 x float>, <16 x float>, <16 x float>, i32) ; CHECK-LABEL: Initial selection DAG: %bb.0 'fmf_target_intrinsic:' -; CHECK: v16f32 = llvm.x86.avx512.vfmadd.ps.512 TargetConstant:i64<9546> -; CHECK: v16f32 = llvm.x86.avx512.vfmadd.ps.512 TargetConstant:i64<9546> +; CHECK: v16f32 = llvm.x86.avx512.vfmadd.ps.512 TargetConstant:i64<{{.*}}> +; CHECK: v16f32 = llvm.x86.avx512.vfmadd.ps.512 TargetConstant:i64<{{.*}}> define <16 x float> @fmf_target_intrinsic(<16 x float> %a, <16 x float> %b, <16 x float> %c) nounwind { %t0 = tail call ninf nsz <16 x float> @llvm.x86.avx512.vfmadd.ps.512(<16 x float> %a, <16 x float> %b, <16 x float> %c, i32 4) -- 2.7.4