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: [email protected]
Reporter: [email protected]
CC: [email protected]
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._______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs