[all-commits] [llvm/llvm-project] b2391d: [MLIR] Normalize the results of normalizable opera...
Haruki Imai via All-commits
all-commits at lists.llvm.org
Thu Dec 3 06:09:39 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b2391d5f0da2a9122d337de6fa1a6aa9baad3fb4
https://github.com/llvm/llvm-project/commit/b2391d5f0da2a9122d337de6fa1a6aa9baad3fb4
Author: Haruki Imai <imaihal at jp.ibm.com>
Date: 2020-12-03 (Thu, 03 Dec 2020)
Changed paths:
M mlir/lib/Transforms/NormalizeMemRefs.cpp
M mlir/test/Transforms/normalize-memrefs-ops.mlir
M mlir/test/lib/Dialect/Test/TestOps.td
Log Message:
-----------
[MLIR] Normalize the results of normalizable operations
Memrefs with affine_map in the results of normalizable operation were
not normalized by `--normalize-memrefs` option. This patch normalizes
them.
Differential Revision: https://reviews.llvm.org/D88719
More information about the All-commits
mailing list