[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:14 PST 2026
================
@@ -2248,7 +2248,8 @@ def WorkdistributeOp : OpenMP_Op<"workdistribute"> {
def DeclareSimdOp
: OpenMP_Op<"declare_simd", traits = [AttrSizedOperandSegments],
clauses = [OpenMP_AlignedClause, OpenMP_LinearClause,
- OpenMP_SimdlenClause, OpenMP_UniformClause]> {
+ OpenMP_SimdlenClause, OpenMP_UniformClause,
+ OpenMP_InbranchClause, OpenMP_NotinbranchClause]> {
----------------
skatrak wrote:
Nit: Keep alphabetical ordering of clauses.
https://github.com/llvm/llvm-project/pull/177310
More information about the Mlir-commits
mailing list