[PATCH] D57898: CodeGen: Fix PR40605: split constant structures generated by -ftrivial-auto-var-init when emitting initializators
Alexander Potapenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 13 02:40:21 PST 2019
glider added a comment.
... which happily skips the padding.
It occurs to me that we need to properly handle the padding in `patternFor` before we'll be able to split the structures.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57898/new/
https://reviews.llvm.org/D57898
More information about the cfe-commits
mailing list