[PATCH] D66337: [AArch64InstrInfo] Stop getInstSizeInBytes returning non-zero for meta instructions.
Leonard Chan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 16 09:41:32 PDT 2019
leonardchan added a comment.
This test seems to be failing on our mac builders:
Testing: 0 .. 10..
FAIL: LLVM :: CodeGen/AArch64/branch-relax-block-size.mir (6095 of 33081)
******************** TEST 'LLVM :: CodeGen/AArch64/branch-relax-block-size.mir' FAILED ********************
Script:
--
: 'RUN: at line 2'; /b/s/w/ir/k/recipe_cleanup/clangOx7vi0/llvm_build_dir/bin/llc -mtriple=aarch64--linux-gnu -run-pass=branch-relaxation -debug-only=branch-relaxation /b/s/w/ir/k/llvm-project/llvm/test/CodeGen/AArch64/branch-relax-block-size.mir -o /dev/null 2>&1 | /b/s/w/ir/k/recipe_cleanup/clangOx7vi0/llvm_build_dir/bin/FileCheck /b/s/w/ir/k/llvm-project/llvm/test/CodeGen/AArch64/branch-relax-block-size.mir
--
Exit Code: 1
Command Output (stderr):
--
/b/s/w/ir/k/llvm-project/llvm/test/CodeGen/AArch64/branch-relax-block-size.mir:8:15: error: CHECK-NEXT: expected string not found in input
# CHECK-NEXT: %bb.0 offset=00000000 size=0x18
^
<stdin>:3:1: note: scanning from here
bb.0 offset=00000000 size=0x18
^
--
********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90..
Testing Time: 119.28s
********************
Failing Tests (1):
LLVM :: CodeGen/AArch64/branch-relax-block-size.mir
Seems to just be failing from a missing `%`.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66337/new/
https://reviews.llvm.org/D66337
More information about the llvm-commits
mailing list