We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 640025a commit dbc88c8Copy full SHA for dbc88c8
llvm/lib/Target/AMDGPU/GCNRegPressure.h
@@ -223,7 +223,8 @@ class GCNRPTarget {
223
/// Whether the current RP is at or below the defined pressure target.
224
bool satisfied() const;
225
226
- /// Computes achievable occupancy with the currently tracked register pressure.
+ /// Computes achievable occupancy with the currently tracked register
227
+ /// pressure.
228
unsigned getOccupancy() const {
229
return RP.getOccupancy(
230
MF.getSubtarget<GCNSubtarget>(),
0 commit comments