[all-commits] [llvm/llvm-project] b7144a: [NFC] Clean up a few methods within GreedyPatternR...

River Riddle via All-commits all-commits at lists.llvm.org
Thu Oct 21 10:15:11 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b7144ab7651702b7171f53cd778780fc3a52863e
      https://github.com/llvm/llvm-project/commit/b7144ab7651702b7171f53cd778780fc3a52863e
  Author: River Riddle <riddleriver at gmail.com>
  Date:   2021-10-21 (Thu, 21 Oct 2021)

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

  Log Message:
  -----------
  [NFC] Clean up a few methods within GreedyPatternRewriter

Move a few methods out of line and clean up comments.


  Commit: 5652ecc3739df66b259bd9d40b210ee1b8f35248
      https://github.com/llvm/llvm-project/commit/5652ecc3739df66b259bd9d40b210ee1b8f35248
  Author: River Riddle <riddleriver at gmail.com>
  Date:   2021-10-21 (Thu, 21 Oct 2021)

  Changed paths:
    M mlir/docs/PatternRewriter.md
    M mlir/lib/Transforms/Utils/GreedyPatternRewriteDriver.cpp

  Log Message:
  -----------
  [mlir:GreedyPatternRewriter] Add debug logging for pattern rewriter actions

This effectively mirrors the logging in dialect conversion, which has proven
very useful for understanding the pattern application process.

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


Compare: https://github.com/llvm/llvm-project/compare/21f9e4a1ed91...5652ecc3739d


More information about the All-commits mailing list