Files
llvm-project/llvm/lib/CodeGen/MIRVRegNamerUtils.cpp
Frederik Harwath 24cd0746e8 [MIRVRegNamerUtils] Handle instructions with multiple definitions (#172982)
The VRegRenamer considers only the first definition of an instruction for renaming.

Rename the virtual registers of all definitions, add test demonstrating the renaming of multiple definitions for AMDGPU.
2025-12-22 09:44:34 +01:00

6.5 KiB