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

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 24 15:06:56 PDT 2023


dmgreen created this revision.
dmgreen added reviewers: aemerson, paquette, stuij, samtebbs, arsenm.
Herald added subscribers: hiraditya, kristof.beyls.
Herald added a project: All.
dmgreen requested review of this revision.
Herald added a subscriber: wdng.
Herald added a project: LLVM.

This attempts to expand the handling for G_FMAXNUM/G_FMINNUM for vector types, which is hopefully fairly straightforward now that fptrunc and fpext are working.


https://reviews.llvm.org/D156171

Files:
  llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
  llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir
  llvm/test/CodeGen/AArch64/fminmax.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156171.543609.patch
Type: text/x-patch
Size: 84169 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230724/24850994/attachment.bin>


More information about the llvm-commits mailing list