<div dir="ltr">Probably that's better. I'll see if I can change the check string instead.<div class="gmail_extra"><br><div class="gmail_quote">On Wed, Apr 8, 2015 at 3:19 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"><div dir="ltr">I'd probably change the check string to avoid overconditionalizing the test.<span class="HOEnZb"><font color="#888888"><br><br>-eric</font></span></div><div class="HOEnZb"><div class="h5"><br><div class="gmail_quote">On Wed, Apr 8, 2015 at 3:14 PM Akira Hatanaka <<a href="mailto:ahatanak@gmail.com" target="_blank">ahatanak@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">It looks like AArch64's instprinter is making the difference. Apple's aarch64 instprinter prints LDi32 as "ld1.s" whereas the base aarch64 instprinter prints "ld1".<div><br></div><div>I believe dagcombine doesn't have platform dependence in this case (before checking in the fix to dagcombine, test case would have crashed on both apple and linux platforms), so I didn't think it was necessary to avoid usiing mtriple. Alternatively, changing the check string would have worked too.</div></div><div dir="ltr"><div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Apr 8, 2015 at 2:47 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"><div dir="ltr">Is the register allocation OS dependent? Is it that the actual cpu here is cyclone?<span><font color="#888888"><br><br>-eric<br></font></span></div><div><div><br><div class="gmail_quote">On Wed, Apr 8, 2015 at 2:36 PM Akira Hatanaka <<a href="mailto:ahatanaka@apple.com" target="_blank">ahatanaka@apple.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Author: ahatanak<br>
Date: Wed Apr  8 16:30:48 2015<br>
New Revision: 234439<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=234439&view=rev" target="_blank">http://llvm.org/viewvc/llvm-<u></u>project?rev=234439&view=rev</a><br>
Log:<br>
Pass -mtriple to llc to appease buildbot.<br>
<br>
This fixes the test case I committed in r234430.<br>
<br>
Modified:<br>
    llvm/trunk/test/CodeGen/<u></u>AArch64/merge-store.ll<br>
<br>
Modified: llvm/trunk/test/CodeGen/<u></u>AArch64/merge-store.ll<br>
URL: <a href="http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/AArch64/merge-store.ll?rev=234439&r1=234438&r2=234439&view=diff" target="_blank">http://llvm.org/viewvc/llvm-<u></u>project/llvm/trunk/test/<u></u>CodeGen/AArch64/merge-store.<u></u>ll?rev=234439&r1=234438&r2=<u></u>234439&view=diff</a><br>
==============================<u></u>==============================<u></u>==================<br>
--- llvm/trunk/test/CodeGen/<u></u>AArch64/merge-store.ll (original)<br>
+++ llvm/trunk/test/CodeGen/<u></u>AArch64/merge-store.ll Wed Apr  8 16:30:48 2015<br>
@@ -1,4 +1,4 @@<br>
-; RUN: llc -march=aarch64 %s -o - | FileCheck %s<br>
+; RUN: llc -mtriple=arm64-apple-ios7.0 %s -o - | FileCheck %s<br>
<br>
 @g0 = external global <3 x float>, align 16<br>
 @g1 = external global <3 x float>, align 4<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>
</blockquote></div>
</div></div><br>_______________________________________________<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/mailman/listinfo/llvm-commits</a><br>
<br></blockquote></div><br></div></div></div></blockquote></div>
</div></div></blockquote></div><br></div></div>