[all-commits] [llvm/llvm-project] 829446: [mlir][memref] Use folded composed affine apply op...

Nicolas Vasilache via All-commits all-commits at lists.llvm.org
Tue Mar 21 22:27:50 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 829446cb459fee326fc7f6ebf84b357e1665e4d1
      https://github.com/llvm/llvm-project/commit/829446cb459fee326fc7f6ebf84b357e1665e4d1
  Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
  Date:   2023-03-21 (Tue, 21 Mar 2023)

  Changed paths:
    M mlir/lib/Dialect/MemRef/Transforms/FoldMemRefAliasOps.cpp
    M mlir/test/Dialect/MemRef/fold-memref-alias-ops.mlir

  Log Message:
  -----------
  [mlir][memref] Use folded composed affine apply ops in FoldMemRefAliasOps

Creating maximally folded and composd affine.apply operation during
FoldMemRefAliasOps composes better with other transformations without having
to interleave canonicalization passes.

Differential Revision: https://reviews.llvm.org/D146515




More information about the All-commits mailing list