[PATCH] D85572: [globalopt] Change so that emitting fragments doesn't use the type size of DIVariables

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 11 15:11:36 PDT 2020


MaskRay added inline comments.


================
Comment at: llvm/test/DebugInfo/Generic/global-sra-struct-fwd-decl.ll:4
+; typedef struct {} a;
+; static struct {
+;     long b;
----------------
Is the source still the same as global-sra-struct-zero-length.ll?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85572



More information about the llvm-commits mailing list