<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><blockquote type="cite" class="">Are you looking in Clang's source, and that from the same 7.0 version?</blockquote><div class=""><br class=""></div>Yes, I am, and it’s the same version (7.0.1).<div class=""><br class=""><div class="">“LargeArrayMinWidth” is only on the following files:<div class=""><div class=""><br class=""></div><div class="">TargetInfo.cpp</div><div class="">TargetInfo.h</div><div class=""><br class=""></div><div class="">So I still think there’s something else that makes the difference on the x86 target. </div><div class=""><br class=""></div><div class="">Anyway, I will now investigate other targets as my temporary frontend. It is right that other targets do not create such big alignments.</div><div class=""><div class=""><br class=""></div><div class="">Thanks for your help.</div><div class=""><br class=""><div class="">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;">John<br class=""><br class="">Tel: 620 28 45 13</div></div></div>
</div>
<br class=""><div><blockquote type="cite" class=""><div class="">On 5 May 2019, at 20:10, Tim Northover <<a href="mailto:t.p.northover@gmail.com" class="">t.p.northover@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">On Sun, 5 May 2019 at 18:26, Joan Lluch <<a href="mailto:joan.lluch@icloud.com" class="">joan.lluch@icloud.com</a>> wrote:<br class=""><blockquote type="cite" class="">I appreciate your reply, but I can’t still find any relation with “LargeArrayMinWidth” and x86 target.<br class=""></blockquote><br class="">Are you looking in Clang's source, and that from the same 7.0 version?<br class="">If not, you should be. It traces back to 2010; r105500 to be exact:<br class=""><a href="https://lists.llvm.org/pipermail/cfe-commits/Week-of-Mon-20100531/030985.html" class="">https://lists.llvm.org/pipermail/cfe-commits/Week-of-Mon-20100531/030985.html</a><br class=""><br class="">For a long while references were in a single file (Targets.cpp), but<br class="">they'd been split up into one file per target before 7.0<br class="">(Targets/XYZ.cpp).<br class=""><br class=""><blockquote type="cite" class="">I think there should be something else that causes my issue.<br class=""></blockquote><br class="">I think that's unlikely.<br class=""><br class=""><blockquote type="cite" class="">Are you sure there’s nothing else beyond LargeArrayMinWidth that causes this?<br class=""></blockquote><br class="">No, but I am sure the LargeArray stuff exists and behaviour I see from<br class="">multiple targets matches what I'd expect from the values I see set in<br class="">the source.<br class=""><br class="">Cheers.<br class=""><br class="">Tim.<br class=""></div></div></blockquote></div><br class=""></div></div></div></div></div></body></html>