[all-commits] [llvm/llvm-project] e6f2f1: [mlir][Linalg] Refactor StructuredOpInterface - NFC

Nicolas Vasilache via All-commits all-commits at lists.llvm.org
Fri Sep 11 04:54:03 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: e6f2f17f05a1248b069ba830c4afffd61ee2f297
      https://github.com/llvm/llvm-project/commit/e6f2f17f05a1248b069ba830c4afffd61ee2f297
  Author: Nicolas Vasilache <ntv at google.com>
  Date:   2020-09-11 (Fri, 11 Sep 2020)

  Changed paths:
    M mlir/include/mlir/Dialect/Linalg/IR/LinalgStructuredOps.td
    M mlir/include/mlir/Dialect/Linalg/IR/LinalgStructuredOpsInterface.td
    M mlir/include/mlir/Dialect/Linalg/IR/LinalgTraits.h
    M mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp
    M mlir/test/Dialect/Linalg/invalid.mlir
    M mlir/test/mlir-linalg-ods-gen/test-linalg-ods-gen.tc
    M mlir/tools/mlir-linalg-ods-gen/mlir-linalg-ods-gen.cpp

  Log Message:
  -----------
  [mlir][Linalg] Refactor StructuredOpInterface - NFC

This revision refactors and cleans up a bunch of things to simplify StructuredOpInterface
before work can proceed on Linalg on tensors:
- break out pieces of the StructuredOps trait that are part of the StructuredOpInterface,
- drop referenceIterators and referenceIndexingMaps that end up being more confusing than useful,
- drop NamedStructuredOpTrait




More information about the All-commits mailing list