forked from OSchip/llvm-project
parent
6571ef3577
commit
45889d24fe
|
@ -1252,8 +1252,8 @@ void RegReductionPriorityQueue<SF>::AddPseudoTwoAddrDeps() {
|
||||||
if (canClobberPhysRegDefs(SuccSU, SU, TII, TRI))
|
if (canClobberPhysRegDefs(SuccSU, SU, TII, TRI))
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
// Don't constraint extract_subreg / insert_subreg these may be
|
// Don't constrain extract_subreg / insert_subreg; these may be
|
||||||
// coalesced away. We don't them close to their uses.
|
// coalesced away. We want them close to their uses.
|
||||||
unsigned SuccOpc = SuccSU->getNode()->getMachineOpcode();
|
unsigned SuccOpc = SuccSU->getNode()->getMachineOpcode();
|
||||||
if (SuccOpc == TargetInstrInfo::EXTRACT_SUBREG ||
|
if (SuccOpc == TargetInstrInfo::EXTRACT_SUBREG ||
|
||||||
SuccOpc == TargetInstrInfo::INSERT_SUBREG)
|
SuccOpc == TargetInstrInfo::INSERT_SUBREG)
|
||||||
|
|
Loading…
Reference in New Issue