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
Event Timeline
Comment Actions
LGTM
lib/Analysis/CallGraphSCCPass.cpp | ||
---|---|---|
644 ↗ | (On Diff #174910) | Minor: check NeedModule first, it's tad faster. |