[PATCH] D134046: [OpenMP][OMPIRBuilder] Add support for order(concurrent) to OMPIRBuilder for SIMD directive
Johannes Doerfert via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 3 06:46:43 PDT 2022
jdoerfert added a comment.
I think the rest looks good.
================
Comment at: llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h:213
+ enum class OMPOrderClauseValue { NotSpecified, Concurrent };
+
----------------
I think this belongs into `llvm/include/llvm/Frontend/OpenMP/OMPConstants.h` either explicitly or via the `llvm/Frontend/OpenMP/OMPKinds.def` logic.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134046/new/
https://reviews.llvm.org/D134046
More information about the cfe-commits
mailing list