[Mlir-commits] [mlir] [mlir] Expose type and attribute names in the MLIRContext and abstract type/attr classes (PR #72189)
Fehr Mathieu
llvmlistbot at llvm.org
Tue Nov 14 07:26:01 PST 2023
================
@@ -64,6 +64,7 @@ def Builtin_AffineMapAttr : Builtin_Attr<"AffineMap", [
AffineMap getAffineMap() const { return getValue(); }
}];
let skipDefaultBuilders = 1;
+ let attrName = "builtin.affine_map";
----------------
math-fehr wrote:
Oh yes, that's an overlook on my side, I fixed it now to work like `Builtin_Type`!
https://github.com/llvm/llvm-project/pull/72189
More information about the Mlir-commits
mailing list