[PATCH] D146724: [mlir][MemRef] Add patterns to extract address computations
Quentin Colombet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 24 04:00:00 PDT 2023
qcolombet marked an inline comment as done.
qcolombet added inline comments.
================
Comment at: mlir/lib/Dialect/MemRef/Transforms/CMakeLists.txt:7
EmulateWideInt.cpp
+ ExtractAddressComputations.cpp
FoldMemRefAliasOps.cpp
----------------
nicolasvasilache wrote:
> It would be nice to find a name that somehow ties these logically to FoldMemRefAliasOps.cpp but I odn't have a better suggestion atm.
Yeah, I can't find anything else either.
Maybe we could rename the other one?
No good idea there either though!
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