[Mlir-commits] [mlir] [mlir][transform] Fix handling of transitive include in interpreter. (PR #67560)
Ingo Müller
llvmlistbot at llvm.org
Thu Oct 5 06:22:20 PDT 2023
================
@@ -42,6 +42,14 @@ def Transform_Dialect : Dialect {
constexpr const static ::llvm::StringLiteral
kArgReadOnlyAttrName = "transform.readonly";
+ /// Above attribute names as `StringAttr`.
----------------
ingomueller-net wrote:
Yeah, makes sense. Shouldn't the comment be repeated on/split across both functions, then?
https://github.com/llvm/llvm-project/pull/67560
More information about the Mlir-commits
mailing list