[PATCH] D153247: [DAG] Fix and expand fmin/fmax reassociation fold.
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 23 03:34:50 PDT 2023
dmgreen added a comment.
Thanks. I've updated the tests in 71ac2a8e23f1587ca6243378d663aedf10b46642 <https://reviews.llvm.org/rG71ac2a8e23f1587ca6243378d663aedf10b46642>. It removes the fast math flags from llvm.vector.reduce.fmin/max tests, and adds some tests with a combo of fminnum/fminimum. The SVE tests I have left out for the moment until D153288 <https://reviews.llvm.org/D153288> goes in to enable some scalable-vector lowering.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153247/new/
https://reviews.llvm.org/D153247
More information about the llvm-commits
mailing list