This is practically NFC at the moment because nothing really
asks the real number or does anything useful with it.
Details
Details
- Reviewers
arsenm - Commits
- rG77f8f813a9ae: [AMDGPU] Return restricted number of regs from TTI
Diff Detail
Diff Detail
Event Timeline
llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp | ||
---|---|---|
251 | Surfacing the reg class ID to IR passes seems problematic |
llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp | ||
---|---|---|
251 | It is already in TTI, we just do not implement it. |
Comment Actions
Ping. This is mostly NFC for now, but is there any reason to return false info from TTI anyway?
Surfacing the reg class ID to IR passes seems problematic