[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:19:25 PDT 2020
MaskRay added inline comments.
================
Comment at: llvm/test/DebugInfo/Generic/global-sra-struct-fwd-decl.ll:14
+
+; Check that the global variable "d" is not
+; emitted as a fragment if its struct type is
----------------
It is not "d". It is "d.0" (scalar replacement of aggregate: d.b)
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