[PATCH] D50887: [DWARF] Missing location debug information with -O2.

Carlos Alberto Enciso via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 28 01:59:51 PDT 2018


CarlosAlbertoEnciso updated this revision to Diff 162802.
CarlosAlbertoEnciso added a comment.

Update the original patch, as the results from the investigation to replace the algorithm used by 'collectDebugValues', showed some additional complexities.

Replacing that algorithm, seems like a good idea, but not as part of the current issue.

Thanks to the reviewers for their valuable feedback.


https://reviews.llvm.org/D50887

Files:
  include/llvm/CodeGen/MachineInstr.h
  lib/CodeGen/MachineCSE.cpp
  lib/CodeGen/MachineInstr.cpp
  lib/CodeGen/MachineSink.cpp
  test/CodeGen/X86/debuginfo-locations-dce.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50887.162802.patch
Type: text/x-patch
Size: 6714 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180828/99f3b0ca/attachment.bin>


More information about the llvm-commits mailing list