[Mlir-commits] [flang] [llvm] [mlir] [flang][OpenMP] Add frontend support for ompx_bare clause (PR #111106)
Sergio Afonso
llvmlistbot at llvm.org
Fri Oct 4 02:49:27 PDT 2024
================
@@ -74,6 +74,7 @@ class ClauseProcessor {
bool processHint(mlir::omp::HintClauseOps &result) const;
bool processMergeable(mlir::omp::MergeableClauseOps &result) const;
bool processNowait(mlir::omp::NowaitClauseOps &result) const;
+ bool processBare(mlir::omp::BareClauseOps &result) const;
----------------
skatrak wrote:
Nit: It should go before `processCollapse`, since we use alphabetical sorting here (same comment for the associated .cpp file).
https://github.com/llvm/llvm-project/pull/111106
More information about the Mlir-commits
mailing list