[all-commits] [llvm/llvm-project] 82c1fb: [mlir] Fix invalid handling of AllocOp symbolOpera...
Ivan Butygin via All-commits
all-commits at lists.llvm.org
Tue Jun 22 06:01:10 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 82c1fb575034f81f861a299d8280a5668854a2bc
https://github.com/llvm/llvm-project/commit/82c1fb575034f81f861a299d8280a5668854a2bc
Author: Butygin <ivan.butygin at intel.com>
Date: 2021-06-22 (Tue, 22 Jun 2021)
Changed paths:
M mlir/lib/Dialect/MemRef/IR/MemRefOps.cpp
M mlir/test/Dialect/MemRef/canonicalize.mlir
M mlir/test/Transforms/canonicalize.mlir
Log Message:
-----------
[mlir] Fix invalid handling of AllocOp symbolOperands by SimplifyAllocConst.
symbolOperands were completely ignored by SimplifyAllocConst. Also, slightly improved diagnostic message for verifyAllocLikeOp.
Differential Revision: https://reviews.llvm.org/D104260
More information about the All-commits
mailing list