This is an archive of the discontinued LLVM Phabricator instance.

[M68k] Add predicates `AtLeastM680x0`
ClosedPublic

Authored by 0x59616e on Nov 4 2022, 7:32 AM.

Diff Detail

Event Timeline

0x59616e created this revision.Nov 4 2022, 7:32 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 4 2022, 7:32 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
0x59616e requested review of this revision.Nov 4 2022, 7:32 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 4 2022, 7:32 AM
myhsu added a reviewer: myhsu.Nov 4 2022, 9:19 AM
myhsu added a subscriber: myhsu.
myhsu added inline comments.
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?

0x59616e updated this revision to Diff 473896.Nov 8 2022, 12:22 AM
0x59616e marked an inline comment as done.

Replace IsM680x0 with AtLeastM680x0

myhsu accepted this revision.Nov 8 2022, 6:56 AM

LGTM thanks

This revision is now accepted and ready to land.Nov 8 2022, 6:56 AM

Thanks a lot ;)

This revision was automatically updated to reflect the committed changes.