Allow MIMG instructions to be selected with 6/7 VGPRs for vaddr.
Previously these were rounded up to VReg_256 this saves VGPRs.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/AMDGPU/MIMGInstructions.td | ||
---|---|---|
761 | This is just "dw" |
LGTM with the caveat that I don't understand all the implementation details -- in particular anything you could do to explain or simplify the complicated expression in MIMGInstructions.td would be much appreciated!
llvm/lib/Target/AMDGPU/MIMGInstructions.td | ||
---|---|---|
760–771 | I have never understood this bit and I understand it even less now that 6 and 7 are treated differently from 3 and 5. |
llvm/lib/Target/AMDGPU/MIMGInstructions.td | ||
---|---|---|
760–771 | I have rewritten this to be more explicit and hence hopefully easier to understand. |
llvm/lib/Target/AMDGPU/MIMGInstructions.td | ||
---|---|---|
760–771 | Yes I think that is better thanks. I will ponder further simplifications... |
A shorter variant would probably fit in one line: