[all-commits] [llvm/llvm-project] 912ebf: [mlir][linalg] Cleanup LinalgOp usage in vectoriza...
Tobias Gysi via All-commits
all-commits at lists.llvm.org
Tue Jun 1 01:09:41 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 912ebf60b15123827299df73a7c9136f6693b487
https://github.com/llvm/llvm-project/commit/912ebf60b15123827299df73a7c9136f6693b487
Author: Tobias Gysi <gysit at google.com>
Date: 2021-06-01 (Tue, 01 Jun 2021)
Changed paths:
M mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp
Log Message:
-----------
[mlir][linalg] Cleanup LinalgOp usage in vectorization (NFC).
Replace the uses of deprecated Structured Op Interface methods in Vectorization.cpp. This patch is based on https://reviews.llvm.org/D103394.
Differential Revision: https://reviews.llvm.org/D103410
More information about the All-commits
mailing list