[all-commits] [llvm/llvm-project] 6d23ac: [DebugInfo] Update policy for when to merge locati...

Stephen Tozer via All-commits all-commits at lists.llvm.org
Tue Nov 12 01:17:21 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6d23ac1aa250e05b1c6781922da584fe9908b537
      https://github.com/llvm/llvm-project/commit/6d23ac1aa250e05b1c6781922da584fe9908b537
  Author: Stephen Tozer <stephen.tozer at sony.com>
  Date:   2024-11-12 (Tue, 12 Nov 2024)

  Changed paths:
    M llvm/docs/HowToUpdateDebugInfo.rst

  Log Message:
  -----------
  [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.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list