[llvm] Remove constant local variable (PR #83850)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 5 03:16:00 PST 2024
================
@@ -3892,8 +3891,7 @@ SDValue SITargetLowering::LowerCall(CallLoweringInfo &CLI,
// Handle result values, copying them out of physregs into vregs that we
// return.
return LowerCallResult(Chain, InGlue, CallConv, IsVarArg, Ins, DL, DAG,
- InVals, IsThisReturn,
- IsThisReturn ? OutVals[0] : SDValue());
+ InVals, false, SDValue());
----------------
arsenm wrote:
Should name the parameter value
https://github.com/llvm/llvm-project/pull/83850
More information about the llvm-commits
mailing list