================
@@ -3589,6 +3627,10 @@ SDValue SITargetLowering::LowerCall(CallLoweringInfo &CLI,
Ops.push_back(DAG.getTargetConstant(FPDiff, DL, MVT::i32));
}
+ if (IsChainCallConv) {
----------------
jayfoad wrote:
Don't need braces.
https://github.com/llvm/llvm-project/pull/68186