[PATCH] D69828: [OpenMP] Lower taskwait using OpenMP IR Builder
Kiran Chandramohan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 28 16:28:00 PST 2019
kiranchandramohan added inline comments.
================
Comment at: llvm/lib/Frontend/OpenMPIRBuilder.cpp:258
+
+void OpenMPIRBuilder::emitTaskwaitImpl(const LocationDescription &Loc) {
+ // Build call kmp_int32 __kmpc_omp_taskwait(ident_t *loc, kmp_int32
----------------
Is the emit function required here? We could have this in the create function itself right?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69828/new/
https://reviews.llvm.org/D69828
More information about the llvm-commits
mailing list