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

Vedant Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 24 10:17:54 PDT 2018


vsk added a comment.

@CarlosAlbertoEnciso thanks for investigating this and testing out a new way to collect debug values. Given the complexity of replacing the current algorithm, and that it's not strictly related to fixing MachineCSE, I'd recommend keeping the current algorithm (i.e not using MachineRegisterInfo for now). That will allow us to land a fix in tree soon and hopefully iterate on it.


https://reviews.llvm.org/D50887





More information about the llvm-commits mailing list