summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/COFF/local-variable-gap.ll
Commit message (Collapse)AuthorAgeFilesLines
* [codeview] Optimize the size of defranges with gapsReid Kleckner2016-09-151-0/+174
For small, discontiguous local variable regions, CodeView can use a single defrange record with a gap, rather than having two defrange records. I expect that this optimization will only have a minor impact on debug info size. llvm-svn: 281664
OpenPOWER on IntegriCloud