[Mlir-commits] [flang] [mlir] [flang][mlir][OpenMP] Support inbranch and notinbranch clause (PR #177310)

Sergio Afonso llvmlistbot at llvm.org
Thu Jan 22 06:08:13 PST 2026


================
@@ -3925,6 +3849,8 @@ genOMP(lower::AbstractConverter &converter, lower::SymMap &symTable,
   cp.processLinear(clauseOps);
   cp.processSimdlen(clauseOps);
   cp.processUniform(clauseOps);
+  cp.processInbranch(clauseOps);
+  cp.processNotinbranch(clauseOps);
----------------
skatrak wrote:

Nit: Sort alphabetically with the other clauses. This helps with keeping a consistent evaluation order.

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


More information about the Mlir-commits mailing list