[PATCH] D16569: Emit line 0 line information for interesting 'orphan' instructions

Paul Robinson via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 26 18:03:32 PST 2016


probinson added a comment.

Removing the LastWasCall check got the size increase down to about 18%.
Wolfgang thinks the PrevLabel check contributes very little.  Did you have a particular example where you thought the PrevLabel (but not at top-of-block) case would matter to the debugging experience?


http://reviews.llvm.org/D16569





More information about the llvm-commits mailing list