<p dir="ltr">Which is what I did. :)</p>
<p dir="ltr">-eric</p>
<br><div class="gmail_quote">On Tue, Feb 24, 2015, 8:20 PM Bruno Cardoso Lopes <<a href="mailto:bruno.cardoso@gmail.com">bruno.cardoso@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I'm not sure, -mtriple=x86_64-win32-pc has other different output due<br>
to its calling convention (input registers for instance), so binding<br>
to x86_64-darwin seemed a less intrusive change. This will likely fail<br>
on windows hosts but I guess that could be fixed by using regex on the<br>
registers.<br>
<br>
On Tue, Feb 24, 2015 at 8:45 PM, Eric Christopher <<a href="mailto:echristo@gmail.com" target="_blank">echristo@gmail.com</a>> wrote:<br>
> That one wouldn't quite work, but I committed one in r230400 that does.<br>
><br>
> -eric<br>
><br>
> On Tue Feb 24 2015 at 1:46:39 PM Eric Christopher <<a href="mailto:echristo@gmail.com" target="_blank">echristo@gmail.com</a>><br>
> wrote:<br>
>><br>
>> The difference here is just the number of # in comments. The attached<br>
>> patch works for it (and means there's no need to make this change as it<br>
>> shouldn't be triple specific).<br>
>><br>
>> Honestly it's probably a bug that darwin emits two of them :)<br>
>><br>
>> -eric<br>
>><br>
>><br>
>> On Mon Feb 23 2015 at 7:38:06 AM Bruno Cardoso Lopes<br>
>> <<a href="mailto:bruno.cardoso@gmail.com" target="_blank">bruno.cardoso@gmail.com</a>> wrote:<br>
>>><br>
>>> Author: bruno<br>
>>> Date: Mon Feb 23 09:33:40 2015<br>
>>> New Revision: 230229<br>
>>><br>
>>> URL: <a href="http://llvm.org/viewvc/llvm-project?rev=230229&view=rev" target="_blank">http://llvm.org/viewvc/llvm-<u></u>project?rev=230229&view=rev</a><br>
>>> Log:<br>
>>> [X86] Add specific mtriple in order to appease builbots<br>
>>><br>
>>> Modified:<br>
>>>     llvm/trunk/test/CodeGen/X86/<u></u>mmx-fold-load.ll<br>
>>><br>
>>> Modified: llvm/trunk/test/CodeGen/X86/<u></u>mmx-fold-load.ll<br>
>>> URL:<br>
>>> <a href="http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/mmx-fold-load.ll?rev=230229&r1=230228&r2=230229&view=diff" target="_blank">http://llvm.org/viewvc/llvm-<u></u>project/llvm/trunk/test/<u></u>CodeGen/X86/mmx-fold-load.ll?<u></u>rev=230229&r1=230228&r2=<u></u>230229&view=diff</a><br>
>>><br>
>>> ==============================<u></u>==============================<u></u>==================<br>
>>> --- llvm/trunk/test/CodeGen/X86/<u></u>mmx-fold-load.ll (original)<br>
>>> +++ llvm/trunk/test/CodeGen/X86/<u></u>mmx-fold-load.ll Mon Feb 23 09:33:40 2015<br>
>>> @@ -1,4 +1,4 @@<br>
>>> -; RUN: llc < %s -march=x86-64 -mattr=+mmx,+sse2 | FileCheck %s<br>
>>> +; RUN: llc < %s -mtriple=x86_64-darwin -mattr=+mmx,+sse2 | FileCheck %s<br>
>>><br>
>>>  define i64 @t0(<1 x i64>* %a, i32* %b) {<br>
>>>  ; CHECK-LABEL: t0:<br>
>>><br>
>>><br>
>>> ______________________________<u></u>_________________<br>
>>> llvm-commits mailing list<br>
>>> <a href="mailto:llvm-commits@cs.uiuc.edu" target="_blank">llvm-commits@cs.uiuc.edu</a><br>
>>> <a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits" target="_blank">http://lists.cs.uiuc.edu/<u></u>mailman/listinfo/llvm-commits</a><br>
<br>
<br>
<br>
--<br>
Bruno Cardoso Lopes<br>
<a href="http://www.brunocardoso.cc" target="_blank">http://www.brunocardoso.cc</a><br>
</blockquote></div>