[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:52 PDT 2023
tschuett added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/fminmax.ll:1409
entry:
%c = call <16 x half> @llvm.maxnum.v16f16(<16 x half> %a, <16 x half> %b)
ret <16 x half> %c
----------------
For 16 Gisel seems to be better?!?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156171/new/
https://reviews.llvm.org/D156171
More information about the llvm-commits
mailing list