To support CallLowering for GlobalIsel, and reduce duplicated code as much as possible, we change the C++ access specifiers from private to public for analyzeInputArgs and analyzeOutputArgs functions. Thus, GlobalIsel can reuse these two functions to support call and return lowering.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Please can you merge this into D65219, given these changes are relevant to that patch? It's hard to know if these changes are "correct" without the context of that patch.