http://llvm.org/bugs/show_bug.cgi?id=8887

           Summary: [deadargelim] should be reworked as a CGSCC pass
           Product: libraries
           Version: 1.0
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Interprocedural Optimizations
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


The DeadArgElim is an old-school Module pass.  It should be reworked to be a
CGSCC pass, which would allow it to benefit from things like "iterate after
devirtualization" as well as making it more powerful since it will benefit from
things done by the scalar optimizer.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to