[all-commits] [llvm/llvm-project] 9ccdc2: [mlir] Fold memref.dim of OffsetSizeAndStrideOpInt...
Tres via All-commits
all-commits at lists.llvm.org
Tue May 25 03:17:08 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9ccdc2e23be18eca0b09f055fd17115c0366166c
https://github.com/llvm/llvm-project/commit/9ccdc2e23be18eca0b09f055fd17115c0366166c
Author: Tres Popp <tpopp at google.com>
Date: 2021-05-25 (Tue, 25 May 2021)
Changed paths:
M mlir/lib/Dialect/MemRef/IR/MemRefOps.cpp
M mlir/test/Dialect/MemRef/canonicalize.mlir
Log Message:
-----------
[mlir] Fold memref.dim of OffsetSizeAndStrideOpInterface outputs
This previously handled memref::SubviewOp, but this can be extended to
all ops implementing the interface.
Differential Revision: https://reviews.llvm.org/D103076
More information about the All-commits
mailing list