[all-commits] [llvm/llvm-project] 5706e9: [mlir][NFC] GreedyPatternRewriteDriver: Remove sin...

Matthias Springer via All-commits all-commits at lists.llvm.org
Mon Jan 30 00:16:36 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5706e9ca493ea6ea084c0468bcf1610b9a8d5522
      https://github.com/llvm/llvm-project/commit/5706e9ca493ea6ea084c0468bcf1610b9a8d5522
  Author: Matthias Springer <springerm at google.com>
  Date:   2023-01-30 (Mon, 30 Jan 2023)

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

  Log Message:
  -----------
  [mlir][NFC] GreedyPatternRewriteDriver: Remove single-op entry point

This is to simplify the API. The multi-op entry point can be used directly. GreedyRewriteStrictness must now be specified explicitly.

Depends On: D141396

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




More information about the All-commits mailing list