<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:aeubanks@google.com" title="Arthur Eubanks <aeubanks@google.com>"> <span class="fn">Arthur Eubanks</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - always_inline is ignored with the new pass manager"
   href="https://bugs.llvm.org/show_bug.cgi?id=46945">bug 46945</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>FIXED
           </td>
           <td>---
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>RESOLVED
           </td>
           <td>REOPENED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - always_inline is ignored with the new pass manager"
   href="https://bugs.llvm.org/show_bug.cgi?id=46945#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - always_inline is ignored with the new pass manager"
   href="https://bugs.llvm.org/show_bug.cgi?id=46945">bug 46945</a>
              from <span class="vcard"><a class="email" href="mailto:aeubanks@google.com" title="Arthur Eubanks <aeubanks@google.com>"> <span class="fn">Arthur Eubanks</span></a>
</span></b>
        <pre>I took another look at this, and the legacy PM also may inline in the wrong
order. I believe the reason this wasn't an issue in the legacy PM was because
it properly derived noreturn from the infinite recursion and deleted the calls
altogether.

Will try to see if I can fix the attached code without adding an extra
alwaysinline pass.</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>