[PATCH] D57898: [RFC] Split constant structures generated by -ftrivial-auto-var-init when emitting initializators

Alexander Potapenko via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 8 09:53:08 PST 2019


Still unsure about the heuristic here. I believe that for
auto-initialization we want to be quite aggressive with these splits
(unlike for regular constant stores).
Perhaps we should do the split in the case all bytes are pattern bytes?
(This is probably another use case for `forInit`)

On Fri, Feb 8, 2019, 11:36 Alexander Potapenko via Phabricator <
reviews at reviews.llvm.org> wrote:

> glider marked 2 inline comments as not done.
> glider added a comment.
>
> Sorry, didn't mean to mark these done.
>
>
> CHANGES SINCE LAST ACTION
>   https://reviews.llvm.org/D57898/new/
>
> https://reviews.llvm.org/D57898
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190208/ecd5afbc/attachment.html>


More information about the cfe-commits mailing list