[all-commits] [llvm/llvm-project] 8dbbb2: [mlir][Linalg] NFC - Refactor and simplify Promotion

Nicolas Vasilache via All-commits all-commits at lists.llvm.org
Mon May 11 07:46:48 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 8dbbb223834d1715bc9869aa409a4b0f52816da3
      https://github.com/llvm/llvm-project/commit/8dbbb223834d1715bc9869aa409a4b0f52816da3
  Author: Nicolas Vasilache <ntv at google.com>
  Date:   2020-05-11 (Mon, 11 May 2020)

  Changed paths:
    M mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
    M mlir/lib/Dialect/Linalg/Transforms/Promotion.cpp
    M mlir/lib/Dialect/Linalg/Transforms/Transforms.cpp
    M mlir/test/lib/Transforms/TestLinalgTransforms.cpp

  Log Message:
  -----------
  [mlir][Linalg] NFC - Refactor and simplify Promotion

Summary: This revision introduces LinalgPromotionOptions to more easily control the application of promotion patterns. It also simplifies the different entry points into Promotion in preparation for some behavior change in subsequent revisions.

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




More information about the All-commits mailing list