[PATCH] D152370: [Intrinsic] Introduce reduction intrinsics for minimum/maximum
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jun 10 13:53:33 PDT 2023
dmgreen added a comment.
> I haven't added any custom actions for any targets, since that is out of the scope of this patch (any improvements can be done over this code).
Sounds good. I'm happy to look into the legal instructions for AArch64. As far as I understand fminimum/fmaximum were relatively uncommon so there may be holes in the lowering. Let me know if I can help.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152370/new/
https://reviews.llvm.org/D152370
More information about the llvm-commits
mailing list