[PATCH] D9887: [DebugInfo][FastISel] Prevent using debug location from previous block for local values

Paul Robinson via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 15 06:54:32 PST 2016


probinson added a comment.

In http://reviews.llvm.org/D9887#327552, @probinson wrote:

> In http://reviews.llvm.org/D9887#327543, @echristo wrote:
>
> > See the other solution that I mentioned :)
>
>
> I did, and I've asked the debugger lead. Hopefully will have an answer tomorrow (he's in England).


Currently, the SCE debugger ignores line-0 records, but we could retain them and arrange not to stop on those instructions.


Repository:
  rL LLVM

http://reviews.llvm.org/D9887





More information about the llvm-commits mailing list