[all-commits] [llvm/llvm-project] a74e5a: [mlir] Move isGuaranteedCollapsible to CollapseSha...
Adrian Kuegel via All-commits
all-commits at lists.llvm.org
Fri Apr 22 01:31:51 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a74e5a89b9e2176beede93f2ac5f8f806cd79844
https://github.com/llvm/llvm-project/commit/a74e5a89b9e2176beede93f2ac5f8f806cd79844
Author: Adrian Kuegel <akuegel at google.com>
Date: 2022-04-22 (Fri, 22 Apr 2022)
Changed paths:
M mlir/include/mlir/Dialect/MemRef/IR/MemRefOps.td
M mlir/lib/Dialect/MemRef/IR/MemRefOps.cpp
M mlir/lib/Dialect/Tensor/Transforms/BufferizableOpInterfaceImpl.cpp
Log Message:
-----------
[mlir] Move isGuaranteedCollapsible to CollapseShapeOp (NFC).
It seems more natural than to have it as a static method of ExpandShapeOp.
Also fix a typo ("the the" -> "the").
Differential Revision: https://reviews.llvm.org/D124234
More information about the All-commits
mailing list