[all-commits] [llvm/llvm-project] 1c69f4: [mlir][Transforms][NFC] Turn in-place op modificat...

Matthias Springer via All-commits all-commits at lists.llvm.org
Fri Feb 16 07:11:18 PST 2024


  Branch: refs/heads/users/matthias-springer/dialect_conversion_modify_op_inplace
  Home:   https://github.com/llvm/llvm-project
  Commit: 1c69f42bd62220543cadca3d8495fe3ee9a82007
      https://github.com/llvm/llvm-project/commit/1c69f42bd62220543cadca3d8495fe3ee9a82007
  Author: Matthias Springer <springerm at google.com>
  Date:   2024-02-16 (Fri, 16 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