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 692c77f commit b1edfa1Copy full SHA for b1edfa1
llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
@@ -706,6 +706,8 @@ bool SelectionDAGISel::runOnMachineFunction(MachineFunction &mf) {
706
continue;
707
708
// If Reg is live-in then update debug info to track its copy in a vreg.
709
+ if (!Reg.isPhysical())
710
+ continue;
711
DenseMap<MCRegister, Register>::iterator LDI = LiveInMap.find(Reg);
712
if (LDI != LiveInMap.end()) {
713
assert(!hasFI && "There's no handling of frame pointer updating here yet "
0 commit comments