Possibility to specify code of hardware register kept.
Disassemble to symbolic name, if name is known.
Tests updated/added.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Assembly tests with raw numbers are still there, like "s_setreg_imm32_b32 0x6, 0xff" in sopk.s. However, disassembly is always to "hwreg(...)" format, that is why raw numbers were replaced in Disassembler and CodeGen tests.