[PATCH] D108457: [hwasan] Do not instrument accesses to uninteresting allocas.
Florian Mayer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 6 02:38:38 PDT 2021
fmayer updated this revision to Diff 370869.
fmayer added a comment.
handle stores that might or might not use an alloca
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108457/new/
https://reviews.llvm.org/D108457
Files:
llvm/include/llvm/Analysis/StackSafetyAnalysis.h
llvm/lib/Analysis/StackSafetyAnalysis.cpp
llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
llvm/test/Instrumentation/HWAddressSanitizer/memaccess-clobber.ll
llvm/test/Instrumentation/HWAddressSanitizer/stack-safety-analysis.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108457.370869.patch
Type: text/x-patch
Size: 18425 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210906/c1b15a05/attachment.bin>
More information about the llvm-commits
mailing list