[PATCH] D39820: [cfi-verify] Validate there are no spills between CFI-check and instruction execution.
Mitch Phillips via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 10 13:56:14 PST 2017
hctim updated this revision to Diff 122520.
hctim marked 3 inline comments as done.
hctim added a comment.
Addressed Vlad's comments: Added an explicit register check and some minor changes.
Also changed instances of 'spill' to 'clobber' as it's more representative of what we're actually checking for.
https://reviews.llvm.org/D39820
Files:
tools/llvm-cfi-verify/lib/FileAnalysis.cpp
tools/llvm-cfi-verify/lib/FileAnalysis.h
tools/llvm-cfi-verify/lib/GraphBuilder.cpp
tools/llvm-cfi-verify/lib/GraphBuilder.h
unittests/tools/llvm-cfi-verify/FileAnalysis.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39820.122520.patch
Type: text/x-patch
Size: 7167 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171110/e7ca1fd5/attachment.bin>
More information about the llvm-commits
mailing list