[all-commits] [llvm/llvm-project] 8a8a79: [mlir][Transforms][NFC] Turn in-place op modificat...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Wed Feb 21 07:19:24 PST 2024
Branch: refs/heads/users/matthias-springer/dialect_conversion_modify_op_inplace
Home: https://github.com/llvm/llvm-project
Commit: 8a8a79da31d7bcef8209e34ddbbef9a6c0343852
https://github.com/llvm/llvm-project/commit/8a8a79da31d7bcef8209e34ddbbef9a6c0343852
Author: Matthias Springer <springerm at google.com>
Date: 2024-02-21 (Wed, 21 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
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list