[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:11 PST 2026


================
@@ -169,6 +169,8 @@ class ClauseProcessor {
       mlir::omp::UseDevicePtrClauseOps &result,
       llvm::SmallVectorImpl<const semantics::Symbol *> &useDeviceSyms) const;
   bool processUniform(mlir::omp::UniformClauseOps &result) const;
+  bool processInbranch(mlir::omp::InbranchClauseOps &result) const;
+  bool processNotinbranch(mlir::omp::NotinbranchClauseOps &result) const;
----------------
skatrak wrote:

Nit: These go in the "unique" clauses section above, sorted alphabetically among the rest of similar clauses.

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


More information about the Mlir-commits mailing list