It appears that print-module-scope was not implemented for legacy SCC passes.
Fixed to print a whole module instead of just current SCC.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 25215 Build 25214: arc lint + arc unit
Event Timeline
Comment Actions
LGTM
lib/Analysis/CallGraphSCCPass.cpp | ||
---|---|---|
644 | Minor: check NeedModule first, it's tad faster. |
Minor: check NeedModule first, it's tad faster.