[all-commits] [llvm/llvm-project] 9f815c: [mlir][linalg] Cleanup LinalgOp usage in test passes.

Tobias Gysi via All-commits all-commits at lists.llvm.org
Thu Jun 3 05:08:23 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9f815cb57833a00a4db6e24598d0a80433e404be
      https://github.com/llvm/llvm-project/commit/9f815cb57833a00a4db6e24598d0a80433e404be
  Author: Tobias Gysi <gysit at google.com>
  Date:   2021-06-03 (Thu, 03 Jun 2021)

  Changed paths:
    M mlir/lib/Dialect/Linalg/Transforms/Transforms.cpp
    M mlir/test/lib/Dialect/Linalg/TestLinalgElementwiseFusion.cpp
    M mlir/test/lib/Dialect/Linalg/TestLinalgFusionTransforms.cpp

  Log Message:
  -----------
  [mlir][linalg] Cleanup LinalgOp usage in test passes.

Replace the uses of deprecated Structured Op Interface methods in TestLinalgElementwiseFusion.cpp, TestLinalgFusionTransforms.cpp, and Transforms.cpp. The patch is based on https://reviews.llvm.org/D103394.

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


  Commit: 7c234ae549eadcf362f82198d5416d0019d9690c
      https://github.com/llvm/llvm-project/commit/7c234ae549eadcf362f82198d5416d0019d9690c
  Author: Tobias Gysi <gysit at google.com>
  Date:   2021-06-03 (Thu, 03 Jun 2021)

  Changed paths:
    M mlir/lib/Dialect/Linalg/Transforms/Bufferize.cpp
    M mlir/lib/Dialect/Linalg/Transforms/Detensorize.cpp
    M mlir/lib/Dialect/Linalg/Transforms/Interchange.cpp

  Log Message:
  -----------
  [mlir][linalg] Cleanup LinalgOp usage in bufferize, detensorize, and interchange.

Replace the uses of deprecated Structured Op Interface methods in Bufferize.cpp, Detensorize.cpp, and Interchange.cpp. The patch is based on https://reviews.llvm.org/D103394.

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


Compare: https://github.com/llvm/llvm-project/compare/929c54379a48...7c234ae549ea


More information about the All-commits mailing list