[PATCH] D149844: [X86] Add lowering of fminimum/fmaximum for vector operands

Serguei Katkov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 5 08:16:45 PDT 2023


skatkov added a comment.

In D149844#4320910 <https://reviews.llvm.org/D149844#4320910>, @e-kud wrote:

> 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.

added


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D149844/new/

https://reviews.llvm.org/D149844



More information about the llvm-commits mailing list