[PATCH] D63703: [stack-safety] Refactoring StackSafetyAnalysis to be accsessible from other passes
Gilang Mentari Hamidy via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 1 03:38:57 PDT 2019
gilang updated this revision to Diff 207258.
gilang added a comment.
Revising the proposal to create a query function instead, by refactoring some internals to use DenseMap instead of SmallVector and provide isSafe(AllocaInst*) and getSizeOf(AllocaInst*) function.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63703/new/
https://reviews.llvm.org/D63703
Files:
llvm/include/llvm/Analysis/StackSafetyAnalysis.h
llvm/lib/Analysis/StackSafetyAnalysis.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63703.207258.patch
Type: text/x-patch
Size: 3622 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190701/7e2099d1/attachment.bin>
More information about the llvm-commits
mailing list