[all-commits] [llvm/llvm-project] 01f439: [MLIR] Fold memref.reinterpret_cast(x) -> x when t...
Andrey Turetskiy via All-commits
all-commits at lists.llvm.org
Wed Aug 30 20:55:47 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 01f4390a519f9990f4b1bf602c30dba6914f7ac3
https://github.com/llvm/llvm-project/commit/01f4390a519f9990f4b1bf602c30dba6914f7ac3
Author: Andrey Turetskiy <turetski at cadence.com>
Date: 2023-08-30 (Wed, 30 Aug 2023)
Changed paths:
M mlir/lib/Dialect/MemRef/IR/MemRefOps.cpp
M mlir/test/Dialect/MemRef/canonicalize.mlir
Log Message:
-----------
[MLIR] Fold memref.reinterpret_cast(x) -> x when the type is fully static and
does not change.
Differential Revision: https://reviews.llvm.org/D149296
More information about the All-commits
mailing list