Details
Details
Diff Detail
Diff Detail
Event Timeline
llvm/lib/Target/M68k/M68kInstrInfo.td | ||
---|---|---|
431–432 | Could you remove these IsM680X0 predicates (they're wrong anyway) and refactor their references (there are only a few) to use the new one? |
Paths
| Differential D137425
[M68k] Add predicates `AtLeastM680x0` ClosedPublic Authored by 0x59616e on Nov 4 2022, 7:32 AM.
Details
Diff Detail Event Timeline0x59616e added a child revision: D136525: [M68k] Add codegen pattern for atomic load / store.Nov 4 2022, 7:33 AM This revision is now accepted and ready to land.Nov 8 2022, 6:56 AM Closed by commit rGc7d6a0f6bfff: [M68k] Replace `IsM680x0` with predicates `AtLeastM680x0` (authored by 0x59616e). · Explain WhyNov 9 2022, 2:32 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 473896 llvm/lib/Target/M68k/M68kInstrData.td
llvm/lib/Target/M68k/M68kInstrInfo.td
|
Could you remove these IsM680X0 predicates (they're wrong anyway) and refactor their references (there are only a few) to use the new one?