[all-commits] [llvm/llvm-project] f91a1c: AMDGPU: Use getMergedLocation in SILoadStoreOptimizer
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Fri Oct 31 15:17:21 PDT 2025
Branch: refs/heads/users/arsenm/amdgpu/use-getMergedLocation-si-load-store-opt
Home: https://github.com/llvm/llvm-project
Commit: f91a1c5a7e474265c80c461cc402300463a9ce08
https://github.com/llvm/llvm-project/commit/f91a1c5a7e474265c80c461cc402300463a9ce08
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-10-31 (Fri, 31 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: fd8b4c2a90cad9493517b72fe628398306c47d67
https://github.com/llvm/llvm-project/commit/fd8b4c2a90cad9493517b72fe628398306c47d67
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-10-31 (Fri, 31 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/0c5c1ceb9a2c...fd8b4c2a90ca
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