[all-commits] [llvm/llvm-project] 064136: [mlir][vector] Don't duplicate transfer_read durin...

Thomas via All-commits all-commits at lists.llvm.org
Thu Sep 8 23:42:06 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 06413618eae968e457350358e23c4dce932c370a
      https://github.com/llvm/llvm-project/commit/06413618eae968e457350358e23c4dce932c370a
  Author: Thomas Raoux <thomasraoux at google.com>
  Date:   2022-09-09 (Fri, 09 Sep 2022)

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

  Log Message:
  -----------
  [mlir][vector] Don't duplicate transfer_read during vector distribution

Only apply the pattern if the transfer_read can be distributed for all
its uses.

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




More information about the All-commits mailing list