[all-commits] [llvm/llvm-project] a7a564: [mlir][vector] Fix bug in `TransferWriteNonPermuta...

Matthias Springer via All-commits all-commits at lists.llvm.org
Mon Jul 10 08:25:56 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a7a5641bdcfa92e95771ccfcc0a14d42611ac2f8
      https://github.com/llvm/llvm-project/commit/a7a5641bdcfa92e95771ccfcc0a14d42611ac2f8
  Author: Matthias Springer <me at m-sp.org>
  Date:   2023-07-10 (Mon, 10 Jul 2023)

  Changed paths:
    M mlir/lib/Dialect/Vector/Transforms/LowerVectorTransfer.cpp
    A mlir/test/Dialect/Vector/vector-transfer-permutation-lowering.mlir

  Log Message:
  -----------
  [mlir][vector] Fix bug in `TransferWriteNonPermutationLowering`

This pattern expands the rank of the vector. However, the rank of the mask was not expanded.

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




More information about the All-commits mailing list