[llvm] [AMDGPU] ISel for @llvm.amdgcn.cs.chain intrinsic (PR #68186)

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 3 10:47:28 PDT 2023


================
@@ -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


More information about the llvm-commits mailing list