[llvm] [MacroFusion] Support commutable instructions (PR #82751)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 15 02:07:34 PDT 2024


arsenm wrote:

> I added a `IsCommutable` to control the generation of checking commutable operands, because we may not need it in all cases. @arsenm WDYT?

Wouldn't that be implied by the opcode in the first place? The instruction will already have isCommutable set 

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


More information about the llvm-commits mailing list