[all-commits] [llvm/llvm-project] ce6ef9: [mlir] Remove convertible identity restriction for...

Max191 via All-commits all-commits at lists.llvm.org
Tue Nov 14 19:45:26 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ce6ef990fee750ed32af180c4c548c5e6677f27d
      https://github.com/llvm/llvm-project/commit/ce6ef990fee750ed32af180c4c548c5e6677f27d
  Author: Max191 <44243577+Max191 at users.noreply.github.com>
  Date:   2023-11-14 (Tue, 14 Nov 2023)

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

  Log Message:
  -----------
  [mlir] Remove convertible identity restriction for memref.atomic_rmw to LLVM (#72262)

memref.atomic_rmw will fail to convert for memref types that have an offset because they do not have identity maps. This restriction is overly conservative, so this changes the restriction to only strided memref types.




More information about the All-commits mailing list