[all-commits] [llvm/llvm-project] 495acf: [mlir][Linalg] NFC - Purge OpBuilder uses in favor...
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Fri Dec 2 08:13:08 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 495acf98da4b37bbcf58d1f14175a01d85d2b8f5
https://github.com/llvm/llvm-project/commit/495acf98da4b37bbcf58d1f14175a01d85d2b8f5
Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
Date: 2022-12-02 (Fri, 02 Dec 2022)
Changed paths:
M mlir/include/mlir/Dialect/Utils/StructuredOpsUtils.h
M mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp
M mlir/lib/Dialect/Vector/Transforms/VectorTransforms.cpp
Log Message:
-----------
[mlir][Linalg] NFC - Purge OpBuilder uses in favor of RewriterBase in places unrelated to op definitions
RewriterBase is the proper builder to use so one can listen to IR modifications (i.e. not just creation).
Differential Revision: https://reviews.llvm.org/D137922
More information about the All-commits
mailing list