[PATCH] D156171: [AArch64][GlobalISel] G_FMINNUM and G_FMAXNUM vector lowering

Thorsten via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 24 21:50:02 PDT 2023


tschuett added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/fminmax.ll:271
 entry:
   %c = call <3 x float> @llvm.minnum.v3f32(<3 x float> %a, <3 x float> %b)
   ret <3 x float> %c
----------------
The 3 x  f32 seems to fail again, but it should be in reach.


================
Comment at: llvm/test/CodeGen/AArch64/fminmax.ll:402
 entry:
   %c = call <7 x float> @llvm.minnum.v7f32(<7 x float> %a, <7 x float> %b)
   ret <7 x float> %c
----------------
The 7 is ugly for both.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D156171/new/

https://reviews.llvm.org/D156171



More information about the llvm-commits mailing list