[llvm] r214015 - llvm/test/CodeGen/X86/vector-idiv.ll: Fix for -Asserts.

NAKAMURA Takumi geek4civic at gmail.com
Fri Jul 25 22:52:18 PDT 2014


My comment was wrong, since I was in hurry then.

The issue was for targeting Windows x64. Reproducible with x86_64-mingw32
and x86_64-win32. You can see loads like;

movdqa (%rcx),%xmm
2014/07/26 14:30 "Chandler Carruth" <chandlerc at google.com>:

>
> On Fri, Jul 25, 2014 at 9:47 PM, NAKAMURA Takumi <geek4civic at gmail.com>
> wrote:
>
>> -; SSE:         movdqa {{.*}}, %[[X1:xmm[0-9]+]]
>> +; SSE:         movdqa {{(.*LCPI|__xmm at 55555556555555565555555655555556).*}},
>> %[[X1:xmm[0-9]+]]
>>
>
> I don't understand this change... I don't even know how to update the
> CHECK line to not break something. Why was '.*' not a good thing to match?
> Could you use a simpler pattern here?
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140726/a9ed2b2c/attachment.html>


More information about the llvm-commits mailing list