[all-commits] [llvm/llvm-project] a9d9aa: [mlir][Linalg] NFC - Cleanup Linalg Declarative Tr...

Nicolas Vasilache via All-commits all-commits at lists.llvm.org
Thu Jan 2 07:11:42 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: a9d9aadcdfa28aef8b276af416aaa69686ee9b69
      https://github.com/llvm/llvm-project/commit/a9d9aadcdfa28aef8b276af416aaa69686ee9b69
  Author: Nicolas Vasilache <ntv at google.com>
  Date:   2020-01-02 (Thu, 02 Jan 2020)

  Changed paths:
    M mlir/include/mlir/Dialect/Linalg/Transforms/LinalgTransformPatterns.td
    M mlir/include/mlir/Dialect/Linalg/Transforms/LinalgTransforms.h
    M mlir/lib/Dialect/Linalg/Transforms/LinalgTransforms.cpp
    M mlir/test/lib/DeclarativeTransforms/TestLinalgTransformPatterns.td

  Log Message:
  -----------
  [mlir][Linalg] NFC - Cleanup Linalg Declarative Transformations

Summary:
This is part of an ongoing cleanup and uniformization work.

This diff performs 3 types of cleanups:
1. Uniformize transformation names.
2. Replace all pattern operands that need not be captured by `$_`
3. Replace all usage of pattern captured op by the normalized `op` name (instead of positional parameters such as `$0`)

Reviewers: ftynse

Subscribers: mehdi_amini, rriddle, jpienaar, burmako, shauheen, antiagainst, llvm-commits

Tags: #llvm

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




More information about the All-commits mailing list