[PATCH] D146724: [mlir][MemRef] Add patterns to extract address computations
Quentin Colombet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 28 06:24:11 PDT 2023
qcolombet added inline comments.
================
Comment at: mlir/include/mlir/Dialect/MemRef/Transforms/Transforms.h:35
+/// ```
+void populateExtractAddressComputationsPatterns(RewritePatternSet &patterns);
+
----------------
nicolasvasilache wrote:
> qcolombet wrote:
> > nicolasvasilache wrote:
> > > also move the other populates here ?
> > I thought we would do that in an NFC commit.
> > Which I'll do after that one land.
> sgtm!
Done in faafd26c4d58
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146724/new/
https://reviews.llvm.org/D146724
More information about the llvm-commits
mailing list