[PATCH] D153247: [DAG] Fix and expand fmin/fmax reassociation fold.

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 19 01:25:19 PDT 2023


nikic accepted this revision.
nikic added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: llvm/test/CodeGen/AArch64/double_reduct.ll:83
   ret float %r
 }
 
----------------
Can you please also add a test with reduce.fmaximum combined with maxnum (or similar) to show that it does not fold?


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

https://reviews.llvm.org/D153247



More information about the llvm-commits mailing list