[all-commits] [llvm/llvm-project] fbceee: Add an optional argument for pattern rewriter max ...

Augusteijn via All-commits all-commits at lists.llvm.org
Mon Nov 16 14:57:36 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: fbceee2d63bd47f94d4b2b519e28184dddca90e2
      https://github.com/llvm/llvm-project/commit/fbceee2d63bd47f94d4b2b519e28184dddca90e2
  Author: Lex Augusteijn <laugusteijn at graimatterlabs.ai>
  Date:   2020-11-16 (Mon, 16 Nov 2020)

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

  Log Message:
  -----------
  Add an optional argument for pattern rewriter max iteration count (NFC)

Some rewriters take more iterations to converge, add a parameter to overwrite
the built-in maximum iteration count.

Fix PR48073.

Reviewed By: mehdi_amini

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




More information about the All-commits mailing list