[all-commits] [llvm/llvm-project] cf2d62: [mlir][linalg] Expose getPreservedProducerResults ...

Amir Bishara via All-commits all-commits at lists.llvm.org
Fri Dec 8 01:50:47 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cf2d625a5d328ab4af6292be7b47c645ffef0e2b
      https://github.com/llvm/llvm-project/commit/cf2d625a5d328ab4af6292be7b47c645ffef0e2b
  Author: Amir Bishara <139038766+amirBish at users.noreply.github.com>
  Date:   2023-12-08 (Fri, 08 Dec 2023)

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

  Log Message:
  -----------
  [mlir][linalg] Expose getPreservedProducerResults method from ElementwiseOpFusion file (#73850)

Declare `getPreservedProducerResults` function which helps to get the
preserved results of the producer linalg generic operation as a result
of elementwise fusion.




More information about the All-commits mailing list