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 8116635 commit f270da6Copy full SHA for f270da6
llvm/lib/CodeGen/RegisterCoalescer.cpp
@@ -2885,7 +2885,8 @@ bool JoinVals::resolveConflicts(JoinVals &Other) {
2885
if (V.Resolution != CR_Unresolved)
2886
continue;
2887
LLVM_DEBUG(dbgs() << "\t\tconflict at " << printReg(Reg) << ':' << i << '@'
2888
- << LR.getValNumInfo(i)->def << '\n');
+ << LR.getValNumInfo(i)->def
2889
+ << ' ' << PrintLaneMask(LaneMask) << '\n');
2890
if (SubRangeJoin)
2891
return false;
2892
0 commit comments