================
@@ -4877,6 +4877,15 @@ def OMPAssume : InheritableAttr {
let Args = [StringArgument<"Assumption">];
}
+def OMPInvariantPredicateBound : StmtAttr {
+ let Spellings = [];
+ let SemaHandler = 0;
+ let Subjects = SubjectList<[Stmt], ErrorDiag>;
+ let Args = [ExprArgument<"RectCond">, ExprArgument<"TileSize">,
+ ExprArgument<"Predicate", 1>];
----------------
Meinersbur wrote:
Could you add comments about what those three args mean?
https://github.com/llvm/llvm-project/pull/191114
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits