[PATCH] D39720: [X86][AVX512] lowering kunpack intrinsic - llvm part
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 6 10:05:24 PST 2017
fixed in r319914
~Craig
On Wed, Dec 6, 2017 at 9:59 AM, Ulrich Weigand via Phabricator <
reviews at reviews.llvm.org> wrote:
> uweigand added a comment.
>
> This has caused build bot failures on SystemZ (and others):
>
> /home/uweigand/sandbox/buildbot/clang-s390x-linux/llvm/test/CodeGen/X86/
> avx512bw-intrinsics-upgrade.ll:32:18: error: AVX512BW-NEXT: is not on the
> line after the previous match
> ; AVX512BW-NEXT: movq %rsi, %rax
> ^
> <stdin>:20:2: note: 'next' match was here
> movq %rsi, %rax
> ^
> <stdin>:18:16: note: previous match ended here
> shlq $32, %rsi
> ^
> <stdin>:19:1: note: non-matching line after previous match is here
> orq %rdi, %rsi
>
>
> Repository:
> rL LLVM
>
> https://reviews.llvm.org/D39720
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171206/6f934c9d/attachment.html>
More information about the llvm-commits
mailing list