Commit f270da6b authored by Matt Arsenault's avatar Matt Arsenault
Browse files

RegisterCoalescer: Add LaneMask to debug printing

parent 8116635e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2885,7 +2885,8 @@ bool JoinVals::resolveConflicts(JoinVals &Other) {
    if (V.Resolution != CR_Unresolved)
      continue;
    LLVM_DEBUG(dbgs() << "\t\tconflict at " << printReg(Reg) << ':' << i << '@'
                      << LR.getValNumInfo(i)->def << '\n');
                      << LR.getValNumInfo(i)->def
                      << ' ' << PrintLaneMask(LaneMask) << '\n');
    if (SubRangeJoin)
      return false;