[PATCH] D54543: [stack-safety] Inter-Procedural Analysis implementation
Vlad Tsyrklevich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 26 11:44:50 PST 2018
vlad.tsyrklevich accepted this revision.
vlad.tsyrklevich added inline comments.
================
Comment at: llvm/lib/Analysis/StackSafetyAnalysis.cpp:428
+ // Without ThinLTO, run the local analysis for every function in the TU and
+ // then run the DFA and annotate allocas
+ for (auto &F : M.functions())
----------------
s/ and annotate allocas//
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54543/new/
https://reviews.llvm.org/D54543
More information about the llvm-commits
mailing list