[all-commits] [llvm/llvm-project] 8b78c5: [mlir] Fix incorrect indexing of subview in DimOp ...
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Fri May 15 10:52:28 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8b78c50e82db0a21c0c9e3ca9635625f29889ea6
https://github.com/llvm/llvm-project/commit/8b78c50e82db0a21c0c9e3ca9635625f29889ea6
Author: Nicolas Vasilache <ntv at google.com>
Date: 2020-05-15 (Fri, 15 May 2020)
Changed paths:
M mlir/lib/Dialect/StandardOps/IR/Ops.cpp
M mlir/test/Transforms/canonicalize.mlir
Log Message:
-----------
[mlir] Fix incorrect indexing of subview in DimOp folding.
DimOp folding is using bare accesses to underlying SubViewOp operands.
This is generally incorrect and is fixed in this revision.
Differential Revision: https://reviews.llvm.org/D80017
More information about the All-commits
mailing list