This is an archive of the discontinued LLVM Phabricator instance.

[MachineInstr] Use isCopy helper function (NFC).
AbandonedPublic

Authored by cdevadas on Feb 10 2023, 9:15 AM.

Diff Detail

Event Timeline

cdevadas created this revision.Feb 10 2023, 9:15 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 10 2023, 9:15 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
cdevadas requested review of this revision.Feb 10 2023, 9:15 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 10 2023, 9:15 AM
arsenm accepted this revision.Feb 10 2023, 4:52 PM
This revision is now accepted and ready to land.Feb 10 2023, 4:52 PM
cdevadas abandoned this revision.Jul 18 2023, 4:32 PM

It is not needed with the alternate implementation of Pred-Copy that was enabled only during liverange split D150388.