[PATCH] D135047: [AArch64][GlobalISel] Enable vector support for G_SELECT->G_FMAXIMUM/MINIMUM.
Jessica Paquette via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 3 10:05:11 PDT 2022
paquette accepted this revision.
paquette added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp:5944
// Bail out early on pointers, since we'll never want to fold to a min/max.
// TODO: Handle vectors.
+ if (DstTy.isPointer())
----------------
drop TODO?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135047/new/
https://reviews.llvm.org/D135047
More information about the llvm-commits
mailing list