"openmp/git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "67e60434c30e9a53cf8c994a4c97a689732cfc8f"
Simplify LiveDebugVariables by storing MachineOperand copies locations instead
of using a Location class with the same information. When making a copy of a MachineOperand that was already stored in a MachineInstr, it is necessary to clear the parent pointer on the copy. Otherwise the register use-def lists become inconsistent. Add MachineOperand::clearParent() to do that. An alternative would be a custom MachineOperand copy constructor that cleared ParentMI. I didn't want to do that because of the performance impact. llvm-svn: 123109
Loading
Please register or sign in to comment