Files
clang-p2996/llvm/docs/HowToUpdateDebugInfo.rst
Stephen Tozer 6d23ac1aa2 [DebugInfo] Update policy for when to merge locations (#115349)
Following discussions on PR #114231 this patch changes the policy on
merging locations, making the rule that new instructions should use a
merge of the locations of all the instructions whose output is produced
by the new instructions; in the case where only one instruction's output
is produced, as in most InstCombine optimizations, we use only that
instruction's location.
2024-11-12 09:16:59 +00:00

20 KiB