<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 - Crash with __builtin_signbitl for aarch64"
   href="https://bugs.llvm.org/show_bug.cgi?id=44515">44515</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Crash with __builtin_signbitl for aarch64
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>libraries
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>9.0
          </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>release blocker
          </td>
        </tr>

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

        <tr>
          <th>Component</th>
          <td>Backend: AArch64
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>qiuc12@gmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>arnaud.degrandmaison@arm.com, llvm-bugs@lists.llvm.org, peter.smith@linaro.org, Ties.Stuij@arm.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Compiling following code fails with aarch64:

long double d();

bool foo() {
  return __builtin_signbitl(d());
}

=====
clang-9 builtin_signbit.cpp --target=aarch64-gnu-linux
Fails with:

llvm/lib/CodeGen/GlobalISel/MachineIRBuilder.cpp:907: void
llvm::MachineIRBuilder::validateSelectOp(const llvm::LLT&, const llvm::LLT&,
const llvm::LLT&, const llvm::LLT&): Assertion `(ResTy == Op0Ty && ResTy ==
Op1Ty) && "type mismatch"' failed.



clang 9.0.1</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>