SelectionDAG's equivalents in ISD::InputArg/OutputArg track the
original argument index. Mips relies on this, and its currently
reinventing its own parallel CallLowering infrastructure which tracks
these indexes on the side. Add this to help move towards deleting the
custom mips handling.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM
(This is implicitly tested by virtue of D105640 not breaking any MIPS tests, I guess?)
clang-format: please reformat the code