Currently, we support only the MIPS O32 ABI calling convention for call
lowering. With this change we avoid using the O32 calling convetion for
lowering calls marked as using the fast calling convention.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM with a small test case.
The test case should contain a fastcc call and should just check that it falls back on SelectionDAG.