[all-commits] [llvm/llvm-project] 820bcd: [mlir][Transforms][NFC] Turn in-place op modificat...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Wed Feb 14 08:41:00 PST 2024
Branch: refs/heads/users/matthias-springer/dialect_conversion_modify_op_inplace
Home: https://github.com/llvm/llvm-project
Commit: 820bcddaafef9a463fc05312003b978b97bbde7d
https://github.com/llvm/llvm-project/commit/820bcddaafef9a463fc05312003b978b97bbde7d
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