[PATCH] D39720: [X86][AVX512] lowering kunpack intrinsic - llvm part
Ulrich Weigand via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 6 09:59:34 PST 2017
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
More information about the llvm-commits
mailing list