[all-commits] [llvm/llvm-project] 2fc3c5: [mlir][vector] Prevent duplicating operations duri...

Thomas via All-commits all-commits at lists.llvm.org
Thu Feb 9 00:26:56 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2fc3c5c34c4c0ce94a217717a469620e06325fb0
      https://github.com/llvm/llvm-project/commit/2fc3c5c34c4c0ce94a217717a469620e06325fb0
  Author: Thomas Raoux <thomasraoux at google.com>
  Date:   2023-02-09 (Thu, 09 Feb 2023)

  Changed paths:
    M mlir/lib/Dialect/Vector/Transforms/VectorDistribute.cpp
    M mlir/test/Dialect/Vector/vector-warp-distribute.mlir

  Log Message:
  -----------
  [mlir][vector] Prevent duplicating operations during vector distribute

We should distribute ops that have other uses than the yield op as this
would duplicate those ops.

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




More information about the All-commits mailing list