[all-commits] [llvm/llvm-project] ab238b: [MLIR][LLVM][Mem2Reg] Extends support for partial ...

Christian Ulmann via All-commits all-commits at lists.llvm.org
Tue Apr 23 04:37:46 PDT 2024


  Branch: refs/heads/users/dinistro/mem2reg-smaller-store-support
  Home:   https://github.com/llvm/llvm-project
  Commit: ab238b599e0fc0e27e9c8bc16d06a912310136a4
      https://github.com/llvm/llvm-project/commit/ab238b599e0fc0e27e9c8bc16d06a912310136a4
  Author: Christian Ulmann <christian.ulmann at nextsilicon.com>
  Date:   2024-04-23 (Tue, 23 Apr 2024)

  Changed paths:
    M mlir/include/mlir/Interfaces/MemorySlotInterfaces.td
    M mlir/lib/Dialect/LLVMIR/IR/LLVMMemorySlot.cpp
    M mlir/lib/Dialect/MemRef/IR/MemRefMemorySlot.cpp
    M mlir/lib/Transforms/Mem2Reg.cpp
    M mlir/test/Dialect/LLVMIR/mem2reg.mlir

  Log Message:
  -----------
  [MLIR][LLVM][Mem2Reg] Extends support for partial stores

This commit enhances the LLVM dialect's Mem2Reg interfaces to support
partial stores to memory slots. To achieve this support, the
`getStored` interface method has to be extended with a parameter of the
reaching definition, which is now necessary to produce the resulting
value after this store.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list