<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:lhames@gmail.com" title="Lang Hames <lhames@gmail.com>"> <span class="fn">Lang Hames</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED INVALID - OrcJIT breaks call with <4 x i64> vector"
   href="https://bugs.llvm.org/show_bug.cgi?id=52031">bug 52031</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>INVALID
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED INVALID - OrcJIT breaks call with <4 x i64> vector"
   href="https://bugs.llvm.org/show_bug.cgi?id=52031#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED INVALID - OrcJIT breaks call with <4 x i64> vector"
   href="https://bugs.llvm.org/show_bug.cgi?id=52031">bug 52031</a>
              from <span class="vcard"><a class="email" href="mailto:lhames@gmail.com" title="Lang Hames <lhames@gmail.com>"> <span class="fn">Lang Hames</span></a>
</span></b>
        <pre>The proper place to catch this would be in the module verifier, which we do run
on every module in LLI. Unfortunately it doesn't seem to catch this bug. I
suspect that target-features attributes are opaque to the verifier, so it can't
recognize the incompatibility. I've filed <a href="https://llvm.org/PR52156">https://llvm.org/PR52156</a> to
investigate making this detectable, but it's outside my wheelhouse -- we'll
have to wait for someone else to pick this up and run with it.</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>