[all-commits] [llvm/llvm-project] 5eff3a: AMDGPU: Fix introducing use of killed vgpr in gfx9...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Thu Jul 17 23:32:24 PDT 2025
Branch: refs/heads/users/arsenm/amdgpu/fix-verifier-fail-killed-temp-vgpr-gfx908
Home: https://github.com/llvm/llvm-project
Commit: 5eff3afd25ca506c3a87b6d67e032a0aceb1ed67
https://github.com/llvm/llvm-project/commit/5eff3afd25ca506c3a87b6d67e032a0aceb1ed67
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-07-18 (Fri, 18 Jul 2025)
Changed paths:
M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
M llvm/test/CodeGen/AMDGPU/accvgpr-copy.mir
Log Message:
-----------
AMDGPU: Fix introducing use of killed vgpr in gfx908 agpr copy
When searching for an existing VGPR source for an AGPR to AGPR
copy on gfx908, this wasn't verifying the vgpr wasn't killed by
other prior uses.
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