[PATCH] D128203: [OpenMP][IRBuilder] Add support for taskgroup
Shraiysh via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 27 07:07:07 PDT 2022
shraiysh added a comment.
In D128203#3600984 <https://reviews.llvm.org/D128203#3600984>, @peixin wrote:
> One general question: can this be used for clang? Usually the clang side is also supported when supporting some new constructs/clauses in OMPIRBuilder?
I think it can be used for clang. No clause is handled here and so I cannot replace clang's taskgroup generation with this function, but there is no special Fortran handling here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128203/new/
https://reviews.llvm.org/D128203
More information about the llvm-commits
mailing list