[all-commits] [llvm/llvm-project] df295f: Revert "Give attributes C++ namespaces."

Nicolas Vasilache via All-commits all-commits at lists.llvm.org
Fri Oct 9 12:42:46 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: df295fac6cd14977672b2874700572e0f77b77da
      https://github.com/llvm/llvm-project/commit/df295fac6cd14977672b2874700572e0f77b77da
  Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
  Date:   2020-10-09 (Fri, 09 Oct 2020)

  Changed paths:
    M mlir/include/mlir/IR/OpBase.td
    M mlir/lib/TableGen/Pattern.cpp
    M mlir/tools/mlir-tblgen/OpDefinitionsGen.cpp
    M mlir/tools/mlir-tblgen/RewriterGen.cpp

  Log Message:
  -----------
  Revert "Give attributes C++ namespaces."

This reverts commit 0a34492f36d77f043d371cc91f359b2d65e86475.

This change turned out to be very intrusive wrt some internal projects.
Reverting until this can be sorted out.


  Commit: e0dc3dba3bd1db450391d7fda040d4fcc830e5e3
      https://github.com/llvm/llvm-project/commit/e0dc3dba3bd1db450391d7fda040d4fcc830e5e3
  Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
  Date:   2020-10-09 (Fri, 09 Oct 2020)

  Changed paths:
    M mlir/include/mlir/Conversion/LinalgToStandard/LinalgToStandard.h
    M mlir/include/mlir/Dialect/Linalg/IR/LinalgStructuredOps.td
    M mlir/include/mlir/Dialect/Linalg/IR/LinalgStructuredOpsInterface.td
    M mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
    M mlir/lib/Conversion/LinalgToStandard/LinalgToStandard.cpp

  Log Message:
  -----------
  [mlir][Linalg] NFC - Cleanup explicitly instantiated paterns 1/n - LinalgToStandard.cpp

This revision belongs to a series of patches that reduce reliance of Linalg transformations on templated rewrite and conversion patterns.
Instead, this uses a MatchAnyTag pattern for the vast majority of cases and dispatches internally.

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


Compare: https://github.com/llvm/llvm-project/compare/e4e23c55c028...e0dc3dba3bd1


More information about the All-commits mailing list