[all-commits] [llvm/llvm-project] 135977: [mlir] Export `collapseGenericOpIterationDims` (NFC)

Guray Ozen via All-commits all-commits at lists.llvm.org
Mon Nov 28 04:54:40 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 135977c92a173b716d76c026972a677681f5c6bd
      https://github.com/llvm/llvm-project/commit/135977c92a173b716d76c026972a677681f5c6bd
  Author: Guray Ozen <guray.ozen at gmail.com>
  Date:   2022-11-28 (Mon, 28 Nov 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
    M mlir/lib/Dialect/Linalg/Transforms/ElementwiseOpFusion.cpp

  Log Message:
  -----------
  [mlir] Export `collapseGenericOpIterationDims` (NFC)

This revision exports `collapseGenericOpIterationDims` to a header so it can be used outside of the pattern.  We have use-case where we want to call this function directly.

Reviewed By: springerm

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




More information about the All-commits mailing list