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

Chandler Carruth chandlerc at google.com
Fri Jul 25 22:30:19 PDT 2014


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/20140725/7c083c87/attachment.html>


More information about the llvm-commits mailing list