<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Regression test error - aarch64_tree_tests.ll"
   href="https://bugs.llvm.org/show_bug.cgi?id=38061">38061</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Regression test error - aarch64_tree_tests.ll
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>Test Suite
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>trunk
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Programs Tests
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>gabor.buella@intel.com
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>diogo.sampaio@arm.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Hi,
bug related to <a href="https://reviews.llvm.org/rL336268">https://reviews.llvm.org/rL336268</a>
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</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>