[all-commits] [llvm/llvm-project] 4bb652: [mlir][Transforms][NFC] Turn in-place op modificat...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Wed Feb 14 08:18:45 PST 2024
Branch: refs/heads/users/matthias-springer/dialect_conversion_modify_op_inplace
Home: https://github.com/llvm/llvm-project
Commit: 4bb65218698f0104775f3eea05817c6d5228a9e7
https://github.com/llvm/llvm-project/commit/4bb65218698f0104775f3eea05817c6d5228a9e7
Author: Matthias Springer <springerm at google.com>
Date: 2024-02-14 (Wed, 14 Feb 2024)
Changed paths:
M mlir/include/mlir/Transforms/DialectConversion.h
M mlir/lib/Transforms/Utils/DialectConversion.cpp
Log Message:
-----------
[mlir][Transforms][NFC] Turn in-place op modifications into `RewriteAction`s
This commit simplifies the internal state of the dialect conversion. A separate field for the previous state of in-place op modifications is no longer needed.
BEGIN_PUBLIC
No public commit message needed for presubmit.
END_PUBLIC
More information about the All-commits
mailing list