This causes immediate improvements, but could be better.
The cost checking that the pass does is based on critical path
length for out of order CPUs which we do not want so it skips out
on many cases we want.
Details
Details
- Reviewers
• tstellarAMD
Diff Detail
Diff Detail
Event Timeline
lib/Target/AMDGPU/SIInstrInfo.cpp | ||
---|---|---|
1385 | RC->getSize() will be deprecated, so we have to use the helper in AMDGPUBaseInfo for this. |
RC->getSize() will be deprecated, so we have to use the helper in AMDGPUBaseInfo for this.