<div dir="ltr">I see X86MCAsmInfoDarwin is using "##" for the CommentString, while the default is "#". I don't know why it has to be this way.<br><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Sep 22, 2014 at 11:58 AM, Robert Lougher <span dir="ltr"><<a href="mailto:rob.lougher@gmail.com" target="_blank">rob.lougher@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thanks for fixing this.  I was going to set an explicit triple, but<br>
this works as well (why does Darwin emit two hashes?).<br>
<br>
Rob.<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
On 22 September 2014 19:07, Akira Hatanaka <<a href="mailto:ahatanaka@apple.com">ahatanaka@apple.com</a>> wrote:<br>
> Author: ahatanak<br>
> Date: Mon Sep 22 13:07:20 2014<br>
> New Revision: 218261<br>
><br>
> URL: <a href="http://llvm.org/viewvc/llvm-project?rev=218261&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=218261&view=rev</a><br>
> Log:<br>
> Fix test case commited in r218242 to appease buildbot.<br>
><br>
><br>
> Modified:<br>
>     llvm/trunk/test/CodeGen/X86/pshufb-mask-comments.ll<br>
><br>
> Modified: llvm/trunk/test/CodeGen/X86/pshufb-mask-comments.ll<br>
> URL: <a href="http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/pshufb-mask-comments.ll?rev=218261&r1=218260&r2=218261&view=diff" target="_blank">http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/pshufb-mask-comments.ll?rev=218261&r1=218260&r2=218261&view=diff</a><br>
> ==============================================================================<br>
> --- llvm/trunk/test/CodeGen/X86/pshufb-mask-comments.ll (original)<br>
> +++ llvm/trunk/test/CodeGen/X86/pshufb-mask-comments.ll Mon Sep 22 13:07:20 2014<br>
> @@ -4,7 +4,7 @@<br>
><br>
>  define <16 x i8> @test1(<16 x i8> %V) {<br>
>  ; CHECK-LABEL: test1:<br>
> -; CHECK: pshufb {{.*}} # xmm0 = xmm0[1,0,0,0,0,2,0,0,0,0,3,0,0,0,0,4]<br>
> +; CHECK: pshufb {{.*}}# xmm0 = xmm0[1,0,0,0,0,2,0,0,0,0,3,0,0,0,0,4]<br>
>    %1 = tail call <16 x i8> @llvm.x86.ssse3.pshuf.b.128(<16 x i8> %V, <16 x i8> <i8 1, i8 0, i8 0, i8 0, i8 0, i8 2, i8 0, i8 0, i8 0, i8 0, i8 3, i8 0, i8 0, i8 0, i8 0, i8 4>)<br>
>    ret <16 x i8> %1<br>
>  }<br>
> @@ -13,7 +13,7 @@ define <16 x i8> @test1(<16 x i8> %V) {<br>
><br>
>  define <16 x i8> @test2(<16 x i8> %V) {<br>
>  ; CHECK-LABEL: test2:<br>
> -; CHECK: pshufb {{.*}} # xmm0 = xmm0[15,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2]<br>
> +; CHECK: pshufb {{.*}}# xmm0 = xmm0[15,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2]<br>
>    %1 = tail call <16 x i8> @llvm.x86.ssse3.pshuf.b.128(<16 x i8> %V, <16 x i8> <i8 15, i8 0, i8 0, i8 0, i8 0, i8 16, i8 0, i8 0, i8 0, i8 0, i8 17, i8 0, i8 0, i8 0, i8 0, i8 50>)<br>
>    ret <16 x i8> %1<br>
>  }<br>
> @@ -22,7 +22,7 @@ define <16 x i8> @test2(<16 x i8> %V) {<br>
><br>
>  define <16 x i8> @test3(<16 x i8> %V) {<br>
>  ; CHECK-LABEL: test3:<br>
> -; CHECK: pshufb {{.*}} # xmm0 = xmm0[1,0,0,15,0,2,0,0],zero,xmm0[0,3,0,0],zero,xmm0[0,4]<br>
> +; CHECK: pshufb {{.*}}# xmm0 = xmm0[1,0,0,15,0,2,0,0],zero,xmm0[0,3,0,0],zero,xmm0[0,4]<br>
>    %1 = tail call <16 x i8> @llvm.x86.ssse3.pshuf.b.128(<16 x i8> %V, <16 x i8> <i8 1, i8 0, i8 0, i8 127, i8 0, i8 2, i8 0, i8 0, i8 128, i8 0, i8 3, i8 0, i8 0, i8 255, i8 0, i8 4>)<br>
>    ret <16 x i8> %1<br>
>  }<br>
><br>
><br>
> _______________________________________________<br>
> llvm-commits mailing list<br>
> <a href="mailto:llvm-commits@cs.uiuc.edu">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>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@cs.uiuc.edu">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>
</div></div></blockquote></div><br></div></div>