[Mlir-commits] [flang] [mlir] [mlir][OpenACC][OpenMP] Use explicit attribute APIs (PR #218901)
Mehdi Amini
llvmlistbot at llvm.org
Wed Aug 26 07:23:54 PDT 2026
================
@@ -42,6 +42,21 @@ class BlockArgOpenMPClause<string clauseNameSnake, string clauseNameCamel,
}]
>;
+ // Unified access method for symbols associated with the given clause. The
+ // strict naming scheme for clause arguments lets the default implementation
+ // look up the corresponding inherent attribute directly.
----------------
joker-eph wrote:
Done. I expanded the comment to follow the neighboring interface-method documentation structure, including the required TableGen argument and a usage example.
https://github.com/llvm/llvm-project/pull/218901
More information about the Mlir-commits
mailing list