[llvm] 1230b4c - [x86] Fix FMF propagation test

Sanjay Patel via llvm-commits llvm-commits at lists.llvm.org
Wed May 19 04:48:55 PDT 2021


Thank you for generalizing that! Did you see a build failure or noticed by
inspection? I didn't get any bot fail mails.

On Wed, May 19, 2021 at 6:50 AM Frederik Gossen via llvm-commits <
llvm-commits at lists.llvm.org> wrote:

>
> Author: Frederik Gossen
> Date: 2021-05-19T12:50:03+02:00
> New Revision: 1230b4cee18705068fda0efdac8f2c0304987fe5
>
> URL:
> https://github.com/llvm/llvm-project/commit/1230b4cee18705068fda0efdac8f2c0304987fe5
> DIFF:
> https://github.com/llvm/llvm-project/commit/1230b4cee18705068fda0efdac8f2c0304987fe5.diff
>
> LOG: [x86] Fix FMF propagation test
>
> Added:
>
>
> Modified:
>     llvm/test/CodeGen/X86/fmf-propagation.ll
>
> Removed:
>
>
>
>
> ################################################################################
> diff  --git a/llvm/test/CodeGen/X86/fmf-propagation.ll
> b/llvm/test/CodeGen/X86/fmf-propagation.ll
> index cd19237670e1..1681cfffcd54 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)
>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210519/3b770736/attachment.html>


More information about the llvm-commits mailing list