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

Sergio Afonso llvmlistbot at llvm.org
Fri Jan 23 03:00:58 PST 2026


================
@@ -643,6 +643,28 @@ class OpenMP_HostEvalClauseSkip<
 
 def OpenMP_HostEvalClause : OpenMP_HostEvalClauseSkip<>;
 
+//===----------------------------------------------------------------------===//
+// V5.2: [9.8.1.1]: `inbranch` clause
----------------
skatrak wrote:

Nit: It should go below the `if` clause.

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


More information about the Mlir-commits mailing list