[RegAllocFast] Lazily initialize InstrPosIndexes for each MBB (#76275)
Most basic block do not need to query dominates. Defer initialization of InstrPosIndexes to first query for each MBB.
parent
fd331ef9
Please register or sign in to comment
Most basic block do not need to query dominates. Defer initialization of InstrPosIndexes to first query for each MBB.