Displaying 2 results from an estimated 2 matches for "r105500".
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
2019 May 05
2
How to get CLang array alloca alignments to be smaller than 16 bytes?
...oan Lluch <joan.lluch at icloud.com> wrote:
>> I appreciate your reply, but I can’t still find any relation with “LargeArrayMinWidth” and x86 target.
>
> Are you looking in Clang's source, and that from the same 7.0 version?
> If not, you should be. It traces back to 2010; r105500 to be exact:
> https://lists.llvm.org/pipermail/cfe-commits/Week-of-Mon-20100531/030985.html
>
> For a long while references were in a single file (Targets.cpp), but
> they'd been split up into one file per target before 7.0
> (Targets/XYZ.cpp).
>
>> I think there shou...