File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -156,10 +156,9 @@ class AMDGPUInsertDelayAlu {
156
156
SALUCycles = std::max (SALUCycles, RHS.SALUCycles );
157
157
}
158
158
159
- // Update this DelayInfo after issuing an instruction. IsVALU should be 1
160
- // when issuing a (non-TRANS) VALU, else 0. IsTRANS should be 1 when issuing
161
- // a TRANS, else 0. Cycles is the number of cycles it takes to issue the
162
- // instruction. Return true if there is no longer any useful delay info.
159
+ // Update this DelayInfo after issuing an instruction of the specified type.
160
+ // Cycles is the number of cycles it takes to issue the instruction. Return
161
+ // true if there is no longer any useful delay info.
163
162
bool advance (DelayType Type, unsigned Cycles) {
164
163
bool Erase = true ;
165
164
You can’t perform that action at this time.
0 commit comments