[all-commits] [llvm/llvm-project] aa2376: [mlir][vector] Notify the rewriter when sinking ou...

Quinn Dawkins via All-commits all-commits at lists.llvm.org
Fri Nov 10 11:45:31 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: aa2376a0835f8e2a92fc84fe172f67b16c298361
      https://github.com/llvm/llvm-project/commit/aa2376a0835f8e2a92fc84fe172f67b16c298361
  Author: Quinn Dawkins <quinn.dawkins at gmail.com>
  Date:   2023-11-10 (Fri, 10 Nov 2023)

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

  Log Message:
  -----------
  [mlir][vector] Notify the rewriter when sinking out of warp ops (#71964)

A number of the warp distribution patterns work by rewriting a warp op
in place by moving a contained op outside. This notifies the rewriter
that the warp op is changing in this case.




More information about the All-commits mailing list