"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "a9b2525d3e0476a03658b2a0cae0c16a74dad9ac"
Reapply r128045 and r128051 with fixes.
This will extend the ranges of debug info variables in registers until they are clobbered. Fix 1: Don't mistake DBG_VALUE instructions referring to incoming arguments on the stack with DBG_VALUE instructions referring to variables in the frame pointer. This fixes the gdb test-suite failure. Fix 2: Don't trace through copies to physical registers setting up call arguments. These registers are call clobbered, and the source register is more likely to be a callee-saved register that can be extended through the call instruction. llvm-svn: 128114
Loading
Please register or sign in to comment