<div dir="ltr">I agree that it's pretty edge-case-y :-) The other approach is at <a href="http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20140714/226276.html">http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20140714/226276.html</a> ; it's not much longer and keeps us more compatible with gcc, so I suppose it's slightly nicer.</div>
<div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Jul 17, 2014 at 12:41 PM, Eric Christopher <span dir="ltr"><<a href="mailto:echristo@gmail.com" target="_blank">echristo@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Yeah, I think either/or works. There's really no reason why they're<br>
not there right now, but if we want to keep maximum compatibility then<br>
we can do it Reid's way for now.<br>
<span class="HOEnZb"><font color="#888888"><br>
-eric<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
On Thu, Jul 17, 2014 at 12:31 PM, Nico Weber <<a href="mailto:thakis@chromium.org">thakis@chromium.org</a>> wrote:<br>
> Some more background: This list is used to check the clobber list, and since<br>
> ms inline asm doesn't have explicit clobber lists,<br>
> AsmParser::parseMSInlineAsm() adds all touched registers to the clobber<br>
> list.<br>
><br>
> This change would also permit the segment registers in the clobber lists for<br>
> gcc registers. A different fix would be to change parseMSInlineAsm() to not<br>
> add segment registers as clobbers. rnk tells me he likes that approach<br>
> better, so I'll do that instead.<br>
><br>
><br>
> On Thu, Jul 17, 2014 at 12:06 PM, Eric Christopher <<a href="mailto:echristo@gmail.com">echristo@gmail.com</a>><br>
> wrote:<br>
>><br>
>> Seems reasonable.<br>
>><br>
>> -eric<br>
>><br>
>> On Thu, Jul 17, 2014 at 11:55 AM, Nico Weber <<a href="mailto:thakis@chromium.org">thakis@chromium.org</a>> wrote:<br>
>> > Hi,<br>
>> ><br>
>> > the attached patch fixes PR20343 by adding the segment registers to the<br>
>> > x86<br>
>> > register list in Targets.cpp.<br>
>> ><br>
>> > Nico<br>
>> ><br>
>> > _______________________________________________<br>
>> > cfe-commits mailing list<br>
>> > <a href="mailto:cfe-commits@cs.uiuc.edu">cfe-commits@cs.uiuc.edu</a><br>
>> > <a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits</a><br>
>> ><br>
><br>
><br>
</div></div></blockquote></div><br></div>