https://bugs.llvm.org/show_bug.cgi?id=45253

            Bug ID: 45253
           Summary: [NewPM] Quadratic IR size and compile time
           Product: new-bugs
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: new bugs
          Assignee: unassignedb...@nondot.org
          Reporter: dma...@mozilla.com
                CC: chandl...@gmail.com, htmldevelo...@gmail.com,
                    jmuizel...@mozilla.com, llvm-bugs@lists.llvm.org

We have a case where the new pass manager takes much longer to compile than the
legacy pass manager: https://godbolt.org/z/QHjbwq

Under the new PM, b's copy constructor has tons of allocas that appear to grow
quadratically with the number of smartptr members in a.

Oddly enough we only see it on the x86_64-apple-darwin target.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to