Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM
| lib/Target/AMDGPU/SIInstrInfo.cpp | ||
|---|---|---|
| 2536–2550 ↗ | (On Diff #85516) | These are trivial enough to go in the header |
| lib/Target/AMDGPU/SIInstrInfo.cpp | ||
|---|---|---|
| 2536–2550 ↗ | (On Diff #85516) | I tried this, but it would require including AMDGPUSubtarget.h in SIInstrInfo.h which creates a circular header dependency. |
| lib/Target/AMDGPU/SIInstrInfo.cpp | ||
|---|---|---|
| 2536–2550 ↗ | (On Diff #85516) | It would also make sense to mote into AMDGPUBaseInfo since it is encoding related |