[all-commits] [llvm/llvm-project] 95f34e: [mlir][memref] Fix bug in verification of memref.c...
Stephan Herhut via All-commits
all-commits at lists.llvm.org
Mon Nov 29 06:48:01 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 95f34e318c469806879a0cd1a6c5290901ed12df
https://github.com/llvm/llvm-project/commit/95f34e318c469806879a0cd1a6c5290901ed12df
Author: Stephan Herhut <herhut at google.com>
Date: 2021-11-29 (Mon, 29 Nov 2021)
Changed paths:
M mlir/lib/Dialect/MemRef/IR/MemRefOps.cpp
M mlir/test/Dialect/MemRef/ops.mlir
Log Message:
-----------
[mlir][memref] Fix bug in verification of memref.collapse_shape
The verifier computed an illegal type with negative dimension size when collapsing partially static memrefs.
Differential Revision: https://reviews.llvm.org/D114702
More information about the All-commits
mailing list