[all-commits] [llvm/llvm-project] 90e55d: [mlir][memref] Improve canonicalization of memref....
Stephan Herhut via All-commits
all-commits at lists.llvm.org
Fri May 21 07:37:56 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 90e55dfcf4bec092ca63ba540e833ed42ee169bf
https://github.com/llvm/llvm-project/commit/90e55dfcf4bec092ca63ba540e833ed42ee169bf
Author: Stephan Herhut <herhut at google.com>
Date: 2021-05-21 (Fri, 21 May 2021)
Changed paths:
M mlir/lib/Dialect/MemRef/IR/MemRefOps.cpp
M mlir/lib/Transforms/BufferDeallocation.cpp
M mlir/test/Dialect/MemRef/canonicalize.mlir
Log Message:
-----------
[mlir][memref] Improve canonicalization of memref.clone
The previous implementation did not handle casting behavior properly and
did not consider aliases.
Differential Revision: https://reviews.llvm.org/D102785
More information about the All-commits
mailing list