[PATCH] D151482: [LV] Add support for minimum/maximum intrinsics
Anna Thomas via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 25 12:21:09 PDT 2023
anna added a comment.
The motivation here is we added support for lowering of minimum/maximum in X86:https://reviews.llvm.org/D149844
This is the last bit needed to support generating these vectorized fminimum/maximum through the optimizer, which should benefit other targets (apart from X86) that lower these intrinsics.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151482/new/
https://reviews.llvm.org/D151482
More information about the llvm-commits
mailing list