<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 - remove inlined functions for faster compilation of Rust"
   href="https://bugs.llvm.org/show_bug.cgi?id=34652">34652</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>remove inlined functions for faster compilation of Rust
          </td>
        </tr>

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

        <tr>
          <th>Version</th>
          <td>4.0
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Windows NT
          </td>
        </tr>

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

        <tr>
          <th>Severity</th>
          <td>enhancement
          </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>andjo403@Hotmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>For Rust I see significant compile time improvements (15-23%) if I add 
a Global dead code elimination pass after the inlining pass in
PassManagerBuilder::populateModulePassManager (line 480).

I do not know if this is the correct place to add this pass 
or if there is some better way to do this.

thankful for any help with making this a better solution.

for more info see ticket and PR in rust
<a href="https://github.com/rust-lang/rust/issues/44655">https://github.com/rust-lang/rust/issues/44655</a>
<a href="https://github.com/rust-lang/llvm/pull/92">https://github.com/rust-lang/llvm/pull/92</a></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>