[llvm] r230229 - [X86] Add specific mtriple in order to appease builbots

Eric Christopher echristo at gmail.com
Tue Feb 24 15:45:52 PST 2015


That one wouldn't quite work, but I committed one in r230400 that does.

-eric

On Tue Feb 24 2015 at 1:46:39 PM Eric Christopher <echristo at gmail.com>
wrote:

> 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).
>
> Honestly it's probably a bug that darwin emits two of them :)
>
> -eric
>
>
> On Mon Feb 23 2015 at 7:38:06 AM Bruno Cardoso Lopes <
> bruno.cardoso at gmail.com> wrote:
>
>> Author: bruno
>> Date: Mon Feb 23 09:33:40 2015
>> New Revision: 230229
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=230229&view=rev
>> Log:
>> [X86] Add specific mtriple in order to appease builbots
>>
>> Modified:
>>     llvm/trunk/test/CodeGen/X86/mmx-fold-load.ll
>>
>> Modified: llvm/trunk/test/CodeGen/X86/mmx-fold-load.ll
>> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/
>> X86/mmx-fold-load.ll?rev=230229&r1=230228&r2=230229&view=diff
>> ============================================================
>> ==================
>> --- llvm/trunk/test/CodeGen/X86/mmx-fold-load.ll (original)
>> +++ llvm/trunk/test/CodeGen/X86/mmx-fold-load.ll Mon Feb 23 09:33:40 2015
>> @@ -1,4 +1,4 @@
>> -; RUN: llc < %s -march=x86-64 -mattr=+mmx,+sse2 | FileCheck %s
>> +; RUN: llc < %s -mtriple=x86_64-darwin -mattr=+mmx,+sse2 | FileCheck %s
>>
>>  define i64 @t0(<1 x i64>* %a, i32* %b) {
>>  ; CHECK-LABEL: t0:
>>
>>
>> _______________________________________________
>> llvm-commits mailing list
>> llvm-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150224/12164a42/attachment.html>


More information about the llvm-commits mailing list