This is an archive of the discontinued LLVM Phabricator instance.

[stack-safety] Empty local passes for Stack Safety Global Analysis
ClosedPublic

Authored by vitalybuka on Nov 14 2018, 1:50 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

vitalybuka created this revision.Nov 14 2018, 1:50 PM
llvm/include/llvm/Analysis/StackSafetyAnalysis.h
78 ↗(On Diff #174093)

// This pass performs the global (interprocedural) stack safety analysis (new pass manager).

99 ↗(On Diff #174093)

// This pass performs the global (interprocedural) stack safety analysis (legacy pass manager).

vitalybuka marked 2 inline comments as done.

updating comments

This revision is now accepted and ready to land.Nov 26 2018, 10:58 AM
This revision was automatically updated to reflect the committed changes.