[PATCH] D74785: [AArch64][SVE] Add intrinsics for SVE2 bitwise ternary operations
Leonard Chan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 20 10:47:26 PST 2020
leonardchan added a comment.
Hi, I think this might've caused some test failures on our bots and others on buildbot:
FAIL: LLVM :: MC/AArch64/SVE2/bsl-diagnostics.s (23685 of 36141)
******************** TEST 'LLVM :: MC/AArch64/SVE2/bsl-diagnostics.s' FAILED ********************
Script:
--
: 'RUN: at line 1'; not /b/s/w/ir/k/recipe_cleanup/clangOZ9WCk/llvm_build_dir/bin/llvm-mc -triple=aarch64 -show-encoding -mattr=+sve2 2>&1 < /b/s/w/ir/k/llvm-project/llvm/test/MC/AArch64/SVE2/bsl-diagnostics.s| /b/s/w/ir/k/recipe_cleanup/clangOZ9WCk/llvm_build_dir/bin/FileCheck /b/s/w/ir/k/llvm-project/llvm/test/MC/AArch64/SVE2/bsl-diagnostics.s
--
Exit Code: 1
Command Output (stderr):
--
/b/s/w/ir/k/llvm-project/llvm/test/MC/AArch64/SVE2/bsl-diagnostics.s:8:11: error: CHECK: expected string not found in input
// CHECK: [[@LINE-1]]:{{[0-9]+}}: error: invalid element width
^
<stdin>:1:1: note: scanning from here
<stdin>:26:11: error: operand must match destination register
^
<stdin>:1:1: note: with "@LINE-1" equal to "7"
<stdin>:26:11: error: operand must match destination register
^
<stdin>:1:2: note: possible intended match here
<stdin>:26:11: error: operand must match destination register
^
...
Testing Time: 135.11s
********************
Failing Tests (4):
LLVM :: MC/AArch64/SVE2/bsl-diagnostics.s
LLVM :: MC/AArch64/SVE2/bsl1n-diagnostics.s
LLVM :: MC/AArch64/SVE2/bsl2n-diagnostics.s
LLVM :: MC/AArch64/SVE2/nbsl-diagnostics.s
Could you send out a fix or revert? Thanks.
Builder: https://ci.chromium.org/p/fuchsia/builders/ci/clang-linux-x64/b8887916992587484480
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74785/new/
https://reviews.llvm.org/D74785
More information about the llvm-commits
mailing list