[PATCH] D49467: Fix inconsistency with/without debug information (-g)

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 20 09:21:54 PDT 2018


probinson added a comment.

It seems like the metadata could be reduced further.  In particular, do you really need all those different types?  The dbg.value needs only !11,  I think you should be able to remove !12 through !18 (and references to them).


https://reviews.llvm.org/D49467





More information about the llvm-commits mailing list