This is an archive of the discontinued LLVM Phabricator instance.

[GlobalISel] Add hasPostISelHook handling.
AbandonedPublic

Authored by abinavpp on Dec 5 2021, 8:10 PM.

Details

Summary

SelectionDAG handles MachineInstr's MCID::hasPostISelHook using
TargetLowering::AdjustInstrPostInstrSelection() which depends on SDNode.
This change adds the global-isel version in TargetLoweringBase.

Diff Detail

Event Timeline

abinavpp created this revision.Dec 5 2021, 8:10 PM
abinavpp requested review of this revision.Dec 5 2021, 8:10 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 5 2021, 8:10 PM

Is this still necessary?

Herald added a project: Restricted Project. · View Herald TranscriptMar 23 2022, 4:59 PM
abinavpp abandoned this revision.Mar 24 2022, 9:14 PM

D115130 is abandoned