[all-commits] [llvm/llvm-project] bb2ae9: [mlir][Linalg] NFC - Apply cleanups to transforms

Nicolas Vasilache via All-commits all-commits at lists.llvm.org
Tue Feb 28 03:54:08 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bb2ae9858104db096bce352007966a1c69ab9ec1
      https://github.com/llvm/llvm-project/commit/bb2ae9858104db096bce352007966a1c69ab9ec1
  Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
  Date:   2023-02-28 (Tue, 28 Feb 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
    M mlir/include/mlir/Dialect/SCF/Transforms/Transforms.h
    M mlir/lib/Dialect/Linalg/TransformOps/LinalgTransformOps.cpp
    M mlir/lib/Dialect/Linalg/Transforms/Transforms.cpp
    M mlir/lib/Dialect/SCF/TransformOps/SCFTransformOps.cpp
    M mlir/lib/Dialect/SCF/Transforms/LoopSpecialization.cpp

  Log Message:
  -----------
  [mlir][Linalg] NFC - Apply cleanups to transforms

Depends on: D144656

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


  Commit: 6d2501bf00f662ef05731aa7c59351467aac2a70
      https://github.com/llvm/llvm-project/commit/6d2501bf00f662ef05731aa7c59351467aac2a70
  Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
  Date:   2023-02-28 (Tue, 28 Feb 2023)

  Changed paths:
    M mlir/include/mlir/Analysis/SliceAnalysis.h
    M mlir/include/mlir/Dialect/Linalg/TransformOps/LinalgTransformOps.h
    M mlir/include/mlir/Dialect/Linalg/TransformOps/LinalgTransformOps.td
    R mlir/include/mlir/Dialect/Linalg/Transforms/HoistPadding.h
    M mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
    M mlir/lib/Analysis/SliceAnalysis.cpp
    M mlir/lib/Dialect/Linalg/TransformOps/LinalgTransformOps.cpp
    M mlir/lib/Dialect/Linalg/Transforms/HoistPadding.cpp
    M mlir/lib/Dialect/Linalg/Transforms/Transforms.cpp
    M mlir/python/mlir/dialects/_structured_transform_ops_ext.py
    A mlir/test/Dialect/Linalg/transform-op-hoist-pad.mlir
    M mlir/test/Dialect/Linalg/transform-op-pad.mlir
    M mlir/test/Dialect/Linalg/transform-ops-invalid.mlir
    M mlir/test/lib/Dialect/Linalg/TestLinalgTransforms.cpp
    M mlir/test/python/dialects/transform_structured_ext.py

  Log Message:
  -----------
  [mlir][Linalg] Refactor transform.structured.pad to separate out hoisting

Depends on: D144717

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


Compare: https://github.com/llvm/llvm-project/compare/f332498f9880...6d2501bf00f6


More information about the All-commits mailing list