mirror of
https://github.com/intel/llvm.git
synced 2026-01-19 09:31:59 +08:00
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. Reviewed By: nicolasvasilache Differential Revision: https://reviews.llvm.org/D111784