[llvm] [EarlyCSE] Support CSE for commutative intrinsics with over 2 args (PR #67255)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 24 01:56:55 PDT 2023


https://github.com/nikic commented:

I think this is missing a test where something other than the first two operands are commuted. E.g. fma(a, b, c) and fma(a, c, b).

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


More information about the llvm-commits mailing list