[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
================
@@ -1556,4 +1556,48 @@ class OpenMP_UniformClauseSkip<
def OpenMP_UniformClause : OpenMP_UniformClauseSkip<>;
+//===----------------------------------------------------------------------===//
+// V5.2: [9.8.1.1]: `inbranch` clause
----------------
skatrak wrote:
Ultra-nit: Clauses in this file are also sorted alphabetically.
https://github.com/llvm/llvm-project/pull/177310
More information about the Mlir-commits
mailing list