[LLVMdev] Aggregate store/load optimization

deadal nix deadalnix at gmail.com
Mon Sep 29 22:05:41 PDT 2014


It depends on the data layout, but the optimizer knows that.

2014-09-29 1:31 GMT-07:00 Renato Golin <renato.golin at linaro.org>:

> On 21 September 2014 07:42, deadal nix <deadalnix at gmail.com> wrote:
> > One area where LLVM suck pretty badly is aggregate store and loads.
> clang do
> > not use them so there are not seen as important, and aren't handled
> nicely.
> > Other frontends work around the issue as it is not handled properly and
> we
> > ends up with some kind of chicken and egg issue.
>
> Pardon my ignorance, but wouldn't that be a target-specific issue?
>
> cheers,
> --renato
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140929/9bec358b/attachment.html>


More information about the llvm-dev mailing list