[mlir][affine] Fix crash on -affine-loop-invariant-code-motion pass with affine.prefetch Op
Affine Prefetch Op impelements AffineMapAccessInterface but does not implement AffineReadOpInterface or AffineWriteOpInterface. Prefetch Op was cast to AffineWriteOpinterface causing the crash. Reviewed By: bondhugula Differential Revision: https://reviews.llvm.org/D146836
Loading
Please sign in to comment