Support affine.load/store ops in fold-memref-subview ops pass. The
existing pass just "inlines" the subview operation on load/stores by
inserting affine.apply ops in front of the memref load/store ops: this
is by design always consistent with the semantics on affine.load/store
ops and the same would work even more naturally/intuitively with the
latter. This update leads to a net zero change to lines of code.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo