[X86] Remove FP0-6 operands from call instructions in FPStackifier pass. Only...
[X86] Remove FP0-6 operands from call instructions in FPStackifier pass. Only count defs as returns. All FP0-6 operands should be removed by the FP stackifier. By removing these we fix the machine verifier error in PR39437. I've also made it so that only defs are counted for STReturns which removes what I think were extra stack cleanup instructions. And I've removed the regcall assert because it was checking the attributes of the caller, but here we're concerned with the attributes of the callee. But I don't know how to get that information from this level.
Loading
Please register or sign in to comment