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

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 22 01:22:22 PDT 2024


https://github.com/nikic requested changes to this pull request.

This is incorrect, fmul is only associative with the reassoc flag. And this is already handled in the member isAssociative() function (rather than the one taking an Opcode).

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


More information about the llvm-commits mailing list