<div dir="ltr">That one wouldn't quite work, but I committed one in r230400 that does.<br><br>-eric</div><br><div class="gmail_quote">On Tue Feb 24 2015 at 1:46:39 PM Eric Christopher <<a href="mailto:echristo@gmail.com">echristo@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">The difference here is just the number of # in comments. The attached patch works for it (and means there's no need to make this change as it shouldn't be triple specific).<div><br></div><div>Honestly it's probably a bug that darwin emits two of them :)</div><div><br></div><div></div></div><div dir="ltr"><div>-eric</div></div><div dir="ltr"><div><br><br><div class="gmail_quote">On Mon Feb 23 2015 at 7:38:06 AM Bruno Cardoso Lopes <<a href="mailto:bruno.cardoso@gmail.com" target="_blank">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">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>pr<u></u><u></u>oject?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>mm<u></u><u></u>x-fold-load.ll<br>
<br>
Modified: llvm/trunk/test/CodeGen/X86/<u></u>mm<u></u><u></u>x-fold-load.ll<br>
URL: <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>pr<u></u><u></u>oject/llvm/trunk/test/<u></u>CodeGen/<u></u><u></u>X86/mmx-fold-load.ll?<u></u>rev=<u></u>23022<u></u>9&r1=230228&r2=<u></u>230229&<u></u>view=<u></u>diff</a><br>
==============================<u></u><u></u><u></u>==============================<u></u><u></u><u></u>==================<br>
--- llvm/trunk/test/CodeGen/X86/<u></u>mm<u></u><u></u>x-fold-load.ll (original)<br>
+++ llvm/trunk/test/CodeGen/X86/<u></u>mm<u></u><u></u>x-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><u></u><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>mailm<u></u><u></u>an/listinfo/llvm-commits</a><br>
</blockquote></div></div></div></blockquote></div>