[LLVMdev] Aggregate store/load optimization

Renato Golin renato.golin at linaro.org
Mon Sep 29 01:31:43 PDT 2014


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



More information about the llvm-dev mailing list