[PATCH] D125234: [AArch64] Remove redundant f{min,max}nm intrinsics.
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 10 03:02:19 PDT 2022
dmgreen accepted this revision.
dmgreen added a comment.
This revision is now accepted and ready to land.
Sounds good to me.
Do we need aarch64_neon_fmaxnm? Or is it equivalent to llvm.fmaxnum? We convert it late in the backend, maybe we should be doing that in the frontend instead, and removing the need for aarch64_neon_fmaxnm entirely. It would allow a lot more optimizations like this without the need to implement them all specifically.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125234/new/
https://reviews.llvm.org/D125234
More information about the llvm-commits
mailing list