[all-commits] [llvm/llvm-project] 3e3497: AMDGPU: Use getMergedLocation in SILoadStoreOptimizer

Matt Arsenault via All-commits all-commits at lists.llvm.org
Thu Oct 30 22:09:00 PDT 2025


  Branch: refs/heads/users/arsenm/amdgpu/use-getMergedLocation-si-load-store-opt
  Home:   https://github.com/llvm/llvm-project
  Commit: 3e34979c5f593392e636cb12b61878f7909cd1f7
      https://github.com/llvm/llvm-project/commit/3e34979c5f593392e636cb12b61878f7909cd1f7
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-10-30 (Thu, 30 Oct 2025)

  Changed paths:
    M llvm/lib/Target/AMDGPU/SILoadStoreOptimizer.cpp

  Log Message:
  -----------
  AMDGPU: Use getMergedLocation in SILoadStoreOptimizer

This is merging loads and stores so use the combined DebugLoc.

Not sure if computeBase should be using the merged location from
all the involved instructions. I'm also not sure how to test this
sort of thing.


  Commit: 0c5c1ceb9a2c221d0aa2d5ab4f3d0e395dc666e6
      https://github.com/llvm/llvm-project/commit/0c5c1ceb9a2c221d0aa2d5ab4f3d0e395dc666e6
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-10-30 (Thu, 30 Oct 2025)

  Changed paths:
    A llvm/test/CodeGen/AMDGPU/ds-read2-write2-debug-info.ll

  Log Message:
  -----------
  Add test


Compare: https://github.com/llvm/llvm-project/compare/c2fbea3b5556...0c5c1ceb9a2c

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