SelectionDAG handles MachineInstr's MCID::hasPostISelHook using
TargetLowering::AdjustInstrPostInstrSelection() which depends on SDNode.
This change adds the global-isel version in TargetLoweringBase.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo