[llvm] [AMDGPU] Remove definition of hi16 for scalar registers (PR #197467)
Igor Wodiany via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 2 05:28:25 PDT 2026
================
@@ -40,8 +40,7 @@ TEST_F(AMDGPUTestBase, TestWave64DwarfRegMapping) {
}
// Verify that subregisters have no dwarf encoding.
- for (MCRegister LLSubReg :
- {AMDGPU::VGPR1_LO16, AMDGPU::AGPR1_HI16, AMDGPU::SGPR1_HI16}) {
+ for (MCRegister LLSubReg : {AMDGPU::VGPR1_LO16}) {
----------------
IgWod wrote:
Done, I've kept VGPR_LO16 as well.
https://github.com/llvm/llvm-project/pull/197467
More information about the llvm-commits
mailing list