[all-commits] [llvm/llvm-project] 6dc519: [AMDGPU] Fix value swap for potentially aliased ou...
Arseniy Obolenskiy via All-commits
all-commits at lists.llvm.org
Wed Jun 10 05:54:39 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6dc519bbfc956da873ab527d6d5e3a214b902496
https://github.com/llvm/llvm-project/commit/6dc519bbfc956da873ab527d6d5e3a214b902496
Author: Arseniy Obolenskiy <arseniy.obolenskiy at amd.com>
Date: 2026-06-10 (Wed, 10 Jun 2026)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPURewriteOutArguments.cpp
M llvm/test/CodeGen/AMDGPU/rewrite-out-arguments.ll
Log Message:
-----------
[AMDGPU] Fix value swap for potentially aliased out arguments in RewriteOutArguments (#202922)
When two out argument pointers may alias, MemoryDependence returns the
last aliasing store for both, so each argument was paired with the other
stored value
Match each store pointer to its argument and store them in pairs instead
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