[PATCH] D14599: [safestack] Rewrite isAllocaSafe using SCEV.
Evgeniy Stepanov via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 11 17:02:58 PST 2015
eugenis added a comment.
This version also attempts to protect against information leaks.
A function that returns an address of a stack variable (or some value computed based on that) would get a readnone attribute, which means we can not rely on that. This was the last use of AliasAnalysis in SafeStack, so it is now gone.
Repository:
rL LLVM
http://reviews.llvm.org/D14599
More information about the llvm-commits
mailing list