[PATCH] D159172: [HWASAN] Inline fast pass of instrumentMemAccessOutline
Florian Mayer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 30 14:21:37 PDT 2023
fmayer added inline comments.
================
Comment at: llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp:898-899
if (InlineFastPath) {
- // TODO.
+ // TODO: Now we can pass a tag just loaded from the shadow into an
+ // intrinsic.
+ InsertBefore = insertShadowTagCheck(Ptr, InsertBefore).MismatchTerm;
----------------
This comment is a bit confusing. Maybe "TODO: use the tag we loaded for the check below"?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D159172/new/
https://reviews.llvm.org/D159172
More information about the llvm-commits
mailing list