[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:26 PDT 2024


================
@@ -1180,6 +1180,7 @@ static void genTargetClauses(
     cp.processNowait(clauseOps);
 
   cp.processThreadLimit(stmtCtx, clauseOps);
+  cp.processBare(clauseOps);
----------------
skatrak wrote:

Nit: Alphabetical sorting here too, it should be called first.

https://github.com/llvm/llvm-project/pull/111106


More information about the Mlir-commits mailing list