[llvm] [Associativity]: Make FMul associative operator (PR #113269)

Hassnaa Hamdi via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 21 23:39:52 PDT 2024


================
@@ -4,9 +4,8 @@
 ; Verify this doesn't fold when no fast-math-flags are specified
----------------
hassnaaHamdi wrote:

About that comment, I think maybe there is a bug in the LICM pass specifically in the hoistMulAddAssociation(..) or hoistBOAssociation(), because the idea of folding with fast-math-flags only is not related to the associativity of FMul.


https://github.com/llvm/llvm-project/pull/113269


More information about the llvm-commits mailing list