[PATCH] D78720: [globalopt] Don't emit DWARF fragments for members of a struct that cover the whole struct

Nick Desaulniers via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 27 11:49:29 PDT 2020


nickdesaulniers added inline comments.


================
Comment at: llvm/test/DebugInfo/Generic/global-sra-struct-zero-length.ll:75
+!26 = !DILocation(line: 9, column: 7, scope: !18)
+!27 = !DILocation(line: 10, column: 1, scope: !18)
----------------
Is there maybe some of this debug info that's irrelevant and could be cleaned up to help make the test case more concise?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78720/new/

https://reviews.llvm.org/D78720





More information about the llvm-commits mailing list