[all-commits] [llvm/llvm-project] c69850: [mlir][linalg] Cleanup LinalgOp usage in drop unit...
Tobias Gysi via All-commits
all-commits at lists.llvm.org
Thu Jun 3 05:52:46 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c698505257598d04f8e92a7ee79bfdf7c2cc6020
https://github.com/llvm/llvm-project/commit/c698505257598d04f8e92a7ee79bfdf7c2cc6020
Author: Tobias Gysi <gysit at google.com>
Date: 2021-06-03 (Thu, 03 Jun 2021)
Changed paths:
M mlir/lib/Dialect/Linalg/Transforms/DropUnitDims.cpp
Log Message:
-----------
[mlir][linalg] Cleanup LinalgOp usage in drop unit dims.
Replace the uses of deprecated Structured Op Interface methods in DropUnitDims.cpp. This patch is based on https://reviews.llvm.org/D103394.
Differential Revision: https://reviews.llvm.org/D103448
More information about the All-commits
mailing list