[llvm-bugs] [Bug 38061] New: Regression test error - aarch64_tree_tests.ll
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Jul 5 01:10:24 PDT 2018
https://bugs.llvm.org/show_bug.cgi?id=38061
Bug ID: 38061
Summary: Regression test error - aarch64_tree_tests.ll
Product: Test Suite
Version: trunk
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: Programs Tests
Assignee: gabor.buella at intel.com
Reporter: diogo.sampaio at arm.com
CC: llvm-bugs at lists.llvm.org
Hi,
bug related to https://reviews.llvm.org/rL336268
The spelling corrections on the file test/CodeGen/AArch64/aarch64_tree_tests.ll
makes the check fail. Indeed, it is simpler to just remove the CHECK-LABEL:
commands at all.
llc < test/CodeGen/AArch64/aarch64_tree_tests.ll | FileCheck
test/CodeGen/AArch64/aarch64_tree_tests.ll
test/CodeGen/AArch64/aarch64_tree_tests.ll:9:10: error: expected string not
found in input
; CHECK: .hword 32767
^
<stdin>:31:15: note: scanning from here
.hword 32768 // 0x8000
^
<stdin>:32:2: note: possible intended match here
.hword 32766 // 0x7ffe
^
test/CodeGen/AArch64/aarch64_tree_tests.ll:26:10: error: expected string not
found in input
; CHECK: .hword 32768
^
<stdin>:44:2: note: scanning from here
.cfi_startproc
^
<stdin>:50:24: note: possible intended match here
.size aarch64_tree_tests_or, .Lfunc_end1-aarch64_tree_tests_or
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20180705/f2e76b4b/attachment.html>
More information about the llvm-bugs
mailing list