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

           Summary: opt -internalize -std-compile-opts should run
                    internalize first
           Product: new-bugs
           Version: unspecified
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: new bugs
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
                CC: [email protected]


If you run
  opt -internalize -std-compile-opts
then internalize is run after the standard passes.
It would be convenient if it was run first.  More
generally it would be nice if
  opt -pass1 ... -passN -std-compile-opts -passN+1 ... -passM
would result in passes 1 .. N being run, then
the standard passes, then passes N+1 .. M.


-- 
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