[all-commits] [llvm/llvm-project] ac6cb4: [MLIR] Fix fold-memref-subview-ops for affine.load...

Uday Bondhugula via All-commits all-commits at lists.llvm.org
Thu Feb 10 00:26:47 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ac6cb41303450b4cf8b5c71b971b729990b93a36
      https://github.com/llvm/llvm-project/commit/ac6cb41303450b4cf8b5c71b971b729990b93a36
  Author: Uday Bondhugula <uday at polymagelabs.com>
  Date:   2022-02-10 (Thu, 10 Feb 2022)

  Changed paths:
    M mlir/lib/Dialect/MemRef/Transforms/FoldSubViewOps.cpp
    M mlir/test/Dialect/MemRef/fold-subview-ops.mlir

  Log Message:
  -----------
  [MLIR] Fix fold-memref-subview-ops for affine.load/store

Fix fold-memref-subview-ops for affine.load/store. We need to expand out
the affine apply on its operands.

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




More information about the All-commits mailing list