Skip to content

Commit 721bd55

Browse files
bcheng0127igcbot
authored andcommitted
Fix the bank conflict reduction comment
The bundle conflict comment is not right
1 parent e0b05db commit 721bd55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

visa/G4_BB.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@ uint32_t G4_BB::emitBankConflictXe(std::ostream &os_output, const G4_INST *inst,
875875
if (candidateNum > 1) {
876876
int c = 0;
877877
c = getConflictTimesForTGL(output, secondRegCandidate, sameConflictTimes,
878-
zeroOne, isTGLLP, false);
878+
zeroOne, isTGLLP, hasReducedBundles);
879879
conflictTimes += c;
880880
if (candidateNum == 2) {
881881
twoSrcConflicts += c;

0 commit comments

Comments
 (0)