[all-commits] [llvm/llvm-project] 0aceb6: [mlir] make memref.cast implement ViewLikeOpInterface
ftynse via All-commits
all-commits at lists.llvm.org
Mon Mar 15 09:21:54 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0aceb61665dadbd80b24852cbe55cf0414bd4324
https://github.com/llvm/llvm-project/commit/0aceb61665dadbd80b24852cbe55cf0414bd4324
Author: Alex Zinenko <zinenko at google.com>
Date: 2021-03-15 (Mon, 15 Mar 2021)
Changed paths:
M mlir/include/mlir/Dialect/MemRef/IR/MemRefOps.td
Log Message:
-----------
[mlir] make memref.cast implement ViewLikeOpInterface
This was seemingly dropped in e2310704d890ad252aeb1ca28b4b84d29514b1d1,
potentially due to a misrebase. The absence of this trait makes aliasing
analysis incorrect, leading to, e.g., buffer deallocation pass inserting
deallocations too early.
More information about the All-commits
mailing list