[all-commits] [llvm/llvm-project] 279c1d: [mlir] GreedyPatternRewriteDriver: Support optiona...

Matthias Springer via All-commits all-commits at lists.llvm.org
Wed Feb 22 01:32:38 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 279c1d2ba7fab2b7f84bbe58b542806a21596603
      https://github.com/llvm/llvm-project/commit/279c1d2ba7fab2b7f84bbe58b542806a21596603
  Author: Matthias Springer <springerm at google.com>
  Date:   2023-02-22 (Wed, 22 Feb 2023)

  Changed paths:
    M mlir/include/mlir/Transforms/GreedyPatternRewriteDriver.h
    M mlir/lib/Transforms/Utils/GreedyPatternRewriteDriver.cpp

  Log Message:
  -----------
  [mlir] GreedyPatternRewriteDriver: Support optional Listener

Allow an optional `RewriterBase::Listener` to be attached to greedy pattern rewrites, so that clients can listen for IR modifications.

Differential Revision: https://reviews.llvm.org/D143340




More information about the All-commits mailing list