This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by vitalybuka on Nov 13 2018, 3:54 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

vitalybuka created this revision.Nov 13 2018, 3:54 PM

sort some lines

llvm/include/llvm/Analysis/StackSafetyAnalysis.h
1 ↗(On Diff #173954)

Outdated comment.

27 ↗(On Diff #173954)

I'd prefer if this were 'StackSafetyInfo wrapper for the new pass manager.' and then the upcoming comment on StackSafetyInfo makes it clear what that does. This makes the relationship between StackSafetyAnalysis and StackSafetyInfoWrapperPass clearer.

llvm/lib/Analysis/StackSafetyAnalysis.cpp
2 ↗(On Diff #173954)

Broken comment formatting

vitalybuka marked 3 inline comments as done.

comments

fixed comment

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.