[LLVMbugs] [Bug 2231] New: opt -internalize -std-compile-opts should run internalize first
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Fri Apr 18 07:03:44 PDT 2008
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: unassignedbugs at nondot.org
ReportedBy: baldrick at free.fr
CC: llvmbugs at cs.uiuc.edu
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.
More information about the llvm-bugs
mailing list