[all-commits] [llvm/llvm-project] 55088e: [mlir][memref] Fix MemrefToLLVM lowering pattern f...

Felix Schneider via All-commits all-commits at lists.llvm.org
Thu Sep 14 04:13:12 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 55088efe061aed2d26cd26cdb8141a79bf9a8528
      https://github.com/llvm/llvm-project/commit/55088efe061aed2d26cd26cdb8141a79bf9a8528
  Author: Felix Schneider <fx.schn at gmail.com>
  Date:   2023-09-14 (Thu, 14 Sep 2023)

  Changed paths:
    M mlir/lib/Conversion/MemRefToLLVM/MemRefToLLVM.cpp
    M mlir/test/Conversion/MemRefToLLVM/memref-to-llvm.mlir

  Log Message:
  -----------
  [mlir][memref] Fix MemrefToLLVM lowering pattern for memref.transpose

The lowering pattern to LLVM for memref.transpose has a bug where
instead of transposing from (source) -> (dest) it actually transposes
(dest) -> (source). This patch fixes the bug and updates the test.

Fix https://github.com/llvm/llvm-project/issues/65145

Reviewed By: nicolasvasilache

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




More information about the All-commits mailing list