[all-commits] [llvm/llvm-project] 35ec6e: [mlir][memref] Fix offset update in emulating narr...

Kunwar Grover via All-commits all-commits at lists.llvm.org
Thu Sep 28 12:38:56 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 35ec6ea6441d892e6d43a89683b35abb9cf9e0e7
      https://github.com/llvm/llvm-project/commit/35ec6ea6441d892e6d43a89683b35abb9cf9e0e7
  Author: Kunwar Grover <51270680+Groverkss at users.noreply.github.com>
  Date:   2023-09-29 (Fri, 29 Sep 2023)

  Changed paths:
    M mlir/lib/Dialect/MemRef/Transforms/EmulateNarrowType.cpp

  Log Message:
  -----------
  [mlir][memref] Fix offset update in emulating narrow type for strided memref (#67714)

The offset when converting type in emulating narrow types did not
account for the offset in strided memrefs. This patch fixes this.




More information about the All-commits mailing list