<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 - New CodeGen/AMDGPU/inline-constraints.ll tests fail on x86 Linux"
   href="https://bugs.llvm.org/show_bug.cgi?id=46252">46252</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>New CodeGen/AMDGPU/inline-constraints.ll tests fail on x86 Linux
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>new-bugs
          </td>
        </tr>

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

        <tr>
          <th>Hardware</th>
          <td>PC
          </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>new bugs
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>lukebenes@hotmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>htmldeveloper@gmail.com, llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>After
<a href="https://github.com/llvm/llvm-project/commit/b087b91c917087bc53d47282a16ee4af78bfe286">https://github.com/llvm/llvm-project/commit/b087b91c917087bc53d47282a16ee4af78bfe286</a>
    [AMDGPU] Added 'A' constraint for inline assembler

the inline-constraints.ll lit test is failing on x86 Linux. I discovered this
with Arch 32, gcc 9.3.0.


Here is the build log:


llvm-project/llvm/test/CodeGen/AMDGPU/inline-constraints.ll:178:8: error: GCN:
expected string not found in input
; GCN: v_mov_b32 {{v[0-9]+}}, 0xbf000000
       ^
<stdin>:690:25: note: scanning from here
inline_A_constraint_F2: ; @inline_A_constraint_F2
                        ^
<stdin>:694:2: note: possible intended match here
 v_mov_b32 v0, 0x5f24720bf000000
 ^
/llvm-project/llvm/test/CodeGen/AMDGPU/inline-constraints.ll:185:8: error: GCN:
expected string not found in input
; GCN: v_mov_b32 {{v[0-9]+}}, 0x40000000
       ^
<stdin>:722:25: note: scanning from here
inline_A_constraint_F3: ; @inline_A_constraint_F3
                        ^
<stdin>:726:2: note: possible intended match here
 v_mov_b32 v0, 0x5f2472040000000
 ^
/llvm-project/llvm/test/CodeGen/AMDGPU/inline-constraints.ll:192:8: error: GCN:
expected string not found in input
; GCN: v_mov_b32 {{v[0-9]+}}, 0xc0800000
       ^
<stdin>:754:25: note: scanning from here
inline_A_constraint_F4: ; @inline_A_constraint_F4
                        ^
<stdin>:758:2: note: possible intended match here
 v_mov_b32 v0, 0x5f24720c0800000
 ^
/llvm-project/llvm/test/CodeGen/AMDGPU/inline-constraints.ll:207:8: error: GCN:
expected string not found in input
; GCN: v_mov_b32 {{v[0-9]+}}, 0x3f000000
       ^
<stdin>:815:25: note: scanning from here
inline_A_constraint_F6: ; @inline_A_constraint_F6
                        ^
<stdin>:819:2: note: possible intended match here
 v_mov_b32 v0, 0x5f247203f000000
 ^

--

********************
Testing:  0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. 
********************
Failed Tests (1):
  LLVM :: CodeGen/AMDGPU/inline-constraints.ll</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>