[all-commits] [llvm/llvm-project] 7403e3: Extend PyConcreteType to support intermediate base...
Stella Laurenzo via All-commits
all-commits at lists.llvm.org
Sun Sep 6 23:40:53 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7403e3ee324018c79d0e55532240952dbaa4fcbe
https://github.com/llvm/llvm-project/commit/7403e3ee324018c79d0e55532240952dbaa4fcbe
Author: Stella Laurenzo <stellaraccident at gmail.com>
Date: 2020-09-06 (Sun, 06 Sep 2020)
Changed paths:
M mlir/lib/Bindings/Python/IRModules.cpp
M mlir/test/Bindings/Python/ir_types.py
Log Message:
-----------
Extend PyConcreteType to support intermediate base classes.
* Resolves todos from D87091.
* Also modifies PyConcreteAttribute to follow suite (should be useful for ElementsAttr and friends).
* Adds a test to ensure that the ShapedType base class functions as expected.
Differential Revision: https://reviews.llvm.org/D87208
More information about the All-commits
mailing list