This patch enables normalizing memrefs with MemRef_ReinterpretCastOp by
adding MemRefsNormalizable trait in the Op definition.
Signed-off-by: Haruki Imai <imaihal@jp.ibm.com>
Differential D107425
[mlir] Support normalizing memrefs with MemRef_ReinterpretCastOp imaihal on Aug 3 2021, 11:10 PM. Authored by
Details This patch enables normalizing memrefs with MemRef_ReinterpretCastOp by Signed-off-by: Haruki Imai <imaihal@jp.ibm.com>
Diff Detail
Event TimelineComment Actions @bondhugula I would like to support normalizing memrefs with MemRef_ReinterpretCastOp. As usual, this patch adds MemRefNormalizable trait. Could you review this patch?
Comment Actions @bondhugula Thanks for your review! I don't have commit access. So, could you land this patch? |
Is this test case really testing this change? The memref_reinterpret_cast has no uses of the memref with the tiled layout map.