Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Bindings/Python/IRModules.cpp | ||
---|---|---|
1939 | Copy-pasta | |
1940 | Naming nit: I would have called this "value". The value of a TypeAttribute is the type that the attribute stores, the type of this attribute is a type type (or nullptr in MLIR AFAIR). This is also consistent with the argument name in the constructor. | |
mlir/test/Bindings/Python/ir_attributes.py | ||
265 | Nit: rattr -> attr ? |
Copy-pasta