[LLVMbugs] [Bug 1441] NEW: Pass Manager reruns analysis pass if requested explicitly
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Tue May 22 23:30:37 PDT 2007
http://llvm.org/bugs/show_bug.cgi?id=1441
Summary: Pass Manager reruns analysis pass if requested
explicitly
Product: libraries
Version: trunk
Platform: Macintosh
OS/Version: MacOS X
Status: NEW
Severity: normal
Priority: P2
Component: Core LLVM classes
AssignedTo: unassignedbugs at nondot.org
ReportedBy: dpatel at apple.com
$ opt -domtree -domtree
Here there is no need to rerun -domtree. However,
$ opt -instcombine -instcombine
Here -instcombine is run twice, as expected.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list