Craig Topper 0acdbd5d81
[InstrRef] Consistently use MLocTracker::getLocID() before calling lookupOrTrackRegister (#167841)
The LocID for registers is just the register ID. The getLocID function
is supposed to hide this detail, but it wasn't being used consistently.

This avoids a bunch of implicit casts from Register or MCRegister to
unsigned.
2025-11-13 08:38:35 -08:00
..