This is an archive of the discontinued LLVM Phabricator instance.

[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
could lead to invalid IR being constructed. Also run the verifier in
memref dialect tests.

Diff Detail

Event Timeline

ftynse created this revision.Oct 14 2021, 2:34 AM
ftynse requested review of this revision.Oct 14 2021, 2:34 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 14 2021, 2:34 AM
nicolasvasilache accepted this revision.Oct 14 2021, 2:36 AM
This revision is now accepted and ready to land.Oct 14 2021, 2:36 AM