[PATCH] D60913: [GVN+LICM] Use line 0 locations for better crash attribution

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 3 12:05:43 PDT 2020


dblaikie added a comment.

Using zero on non-call locations might bloat the line table a fair bit. May be better to let those locations get flow-on from whatever other instructions are around?

At least that, I think, is the current policy of "merge debug locations", is it not?

Perhaps we need a similar utility that can be kept in the same place (as merge debug locations)/enforce the same policy for hoisted locations.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D60913/new/

https://reviews.llvm.org/D60913



More information about the llvm-commits mailing list