[PATCH] D149844: [X86] Add lowering of fminimum/fmaximum for vector operands
Evgenii Kudriashov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 4 19:49:25 PDT 2023
e-kud added a comment.
Maybe a few more vector tests? Existing tests cover the `no-nans` and `no-signed-zeros` case, they were added to avoid bloat of scalarization. E.g. a test with all checks (generic vectorized version) and two test with constant vectors to eliminate a zero check and a NaN check.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149844/new/
https://reviews.llvm.org/D149844
More information about the llvm-commits
mailing list