[PATCH] D100514: [OpenMP] Added codegen for masked directive
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 15 20:55:13 PDT 2021
jdoerfert added a comment.
Any reason we should not unconditionally use the OMPIRBuilder impl? (btw, many thanks for providing one!)
We have an OMPIRBuilder always around in clang's codegen, so there is little reason not to use it if it is feature complete.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100514/new/
https://reviews.llvm.org/D100514
More information about the llvm-commits
mailing list