[PATCH] D74369: [AddressSanitizer] Ensure only AllocaInst is passed to dbg.declare
Evgenii Stepanov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 10 17:06:46 PST 2020
eugenis added a comment.
I'd rather createAllocaForLayout returned an alloca pointer and intptr was applied to it later.
Also, would not this new assert fire in the case of fake stack?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74369/new/
https://reviews.llvm.org/D74369
More information about the llvm-commits
mailing list