Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
With that we can also simplify AMDGPUInstPrinter::printRegOperand(). Also the next step is to rename flat_scr into flat_scratch.
lib/Target/AMDGPU/SIRegisterInfo.td | ||
---|---|---|
61 ↗ | (On Diff #210214) | It generates a practical minimum of used names with exception of:
Generic names can be dropped in a separate patch in favor of Reg32, but that will be a separate huge tests update. I thought of that but do not want to mix everything into a single change. I am also not sure how mir will live with square brackets and colons. |
634 ↗ | (On Diff #210214) | Thanks, Reg128 indeed. |