MemRefType was using a wrong isa function in the bindings code, which
could lead to invalid IR being constructed. Also run the verifier in
memref dialect tests.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D111784
[mlir][python] Fix MemRefType IsAFunction in Python bindings ClosedPublic Authored by ftynse on Oct 14 2021, 2:34 AM.
Details Summary MemRefType was using a wrong isa function in the bindings code, which
Diff Detail
Event TimelineHerald added subscribers: wenzhicui, wrengr, Chia-hungDuan and 20 others. · View Herald TranscriptOct 14 2021, 2:34 AM This revision is now accepted and ready to land.Oct 14 2021, 2:36 AM Closed by commit rGa04c0b7ed2f9: [mlir][python] Fix MemRefType IsAFunction in Python bindings (authored by ftynse). · Explain WhyOct 14 2021, 4:12 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 379637 mlir/lib/Bindings/Python/IRTypes.cpp
mlir/python/mlir/dialects/_memref_ops_ext.py
mlir/test/python/dialects/memref.py
|