llvm-project
02ed6591 - [AMDGPU] 4-align TTMP triples (#132759)

Commit
229 days ago
[AMDGPU] 4-align TTMP triples (#132759) Follow up to e4284a7c70cd "[AMDGPU] 4-align SGPR triples". Previously TTMP triples like ttmp[3:5] were aligned on a 3-TTMP boundary which has no basis in hardware. Aligning them on a 4-TTMP boundary matches what we do for SGPRs, which reduces the number of extra register classes synthesized by TableGen, bringing the total number down from 653 to 615.
Author
Parents
Loading