================
@@ -1303,9 +1303,11 @@ void CGOpenMPRuntimeGPU::emitParallelCall(
ID,
Bld.CreateBitOrPointerCast(CapturedVarsAddrs.emitRawPointer(CGF),
CGF.VoidPtrPtrTy),
- llvm::ConstantInt::get(CGM.SizeTy, CapturedVars.size())};
+ llvm::ConstantInt::get(CGM.SizeTy, CapturedVars.size()),
+ llvm::ConstantInt::get(CGF.Int32Ty, 0)};
----------------
shiltian wrote:
nit: add a comment saying what this 0 means when it is not 6.0.
https://github.com/llvm/llvm-project/pull/171082
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits