Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 3227 Build 3227: arc lint + arc unit
Event Timeline
Comment Actions
LGTM
lib/Target/AMDGPU/SIInstrInfo.cpp | ||
---|---|---|
2536–2550 | These are trivial enough to go in the header |
lib/Target/AMDGPU/SIInstrInfo.cpp | ||
---|---|---|
2536–2550 | 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 | It would also make sense to mote into AMDGPUBaseInfo since it is encoding related |
These are trivial enough to go in the header