[PATCH] D131830: [OpenMP] Clang Support for taskwait nowait clause
Alexey Bataev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 15 03:46:31 PST 2022
ABataev added inline comments.
================
Comment at: clang/lib/CodeGen/CGOpenMPRuntime.cpp:4778
+ DepWaitTaskArgs[6] =
+ llvm::ConstantInt::get(CGF.IntTy, Data.HasNowaitClause);
}
----------------
Use CGF.Int32Ty
================
Comment at: clang/lib/CodeGen/CGOpenMPRuntime.cpp:5849
+ DepWaitTaskArgs[6] =
+ llvm::ConstantInt::get(CGF.IntTy, Data.HasNowaitClause);
----------------
Use CGF.Int32Ty
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131830/new/
https://reviews.llvm.org/D131830
More information about the llvm-commits
mailing list