Displaying 2 results from an estimated 2 matches for "0e721cd8".
2019 May 05
2
How to get CLang array alloca alignments to be smaller than 16 bytes?
...behaviour I see from
> multiple targets matches what I'd expect from the values I see set in
> the source.
>
> Cheers.
>
> Tim.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190505/0e721cd8/attachment.html>
2019 May 05
2
How to get CLang array alloca alignments to be smaller than 16 bytes?
Hi Tim,
I appreciate your reply, but I can’t still find any relation with “LargeArrayMinWidth” and x86 target. This variable is only in the TargetInfo.cpp and TargetInfo.h files and it’s not even in any x86 related file. I think there should be something else that causes my issue. I have my backend very advanced and already producing good assembly code, but this supposedly simple thing has got me