Rename the *_gfx9_gfx10 ttmp registers to *_gfx9plus for simplicity,
and use the corresponding isGFX9Plus predicate to decide when to use
them instead of the old *_vi versions.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
clang-format: please reformat the code
-#define MAP_REG2REG \ - using namespace AMDGPU; \ - switch(Reg) { \ - default: return Reg; \ - CASE_CI_VI(FLAT_SCR) \ - CASE_CI_VI(FLAT_SCR_LO) \ - CASE_CI_VI(FLAT_SCR_HI) \ - CASE_VI_GFX9PLUS(TTMP0) \ - CASE_VI_GFX9PLUS(TTMP1) \ - CASE_VI_GFX9PLUS(TTMP2) \70 diff lines are omitted. See full path.