This is a very trivial change I'd like to use to go through the process of creating a patch for the ARC code generator.
This patch sets the isCommutable attribute for several opcodes that have the "reg = OPCODE reg, reg" format.
Paths
| Differential D103653
Add commutable attribute to opcodes for ARC ClosedPublic Authored by marksl on Jun 3 2021, 3:32 PM.
Details
Summary This is a very trivial change I'd like to use to go through the process of creating a patch for the ARC code generator. This patch sets the isCommutable attribute for several opcodes that have the "reg = OPCODE reg, reg" format.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 4 2021, 5:37 AM Closed by commit rG12592a439ae5: Add commutable attribute to opcodes for ARC (authored by marksl, committed by danilaml). · Explain WhyJun 4 2021, 9:55 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 349903 llvm/lib/Target/ARC/ARCInstrInfo.td
|