[PATCH] D143565: [Asan] Ensure unpoisonning doesn't get inlined unnecessarily due to small holes in the mask
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 8 10:22:01 PST 2023
MaskRay added inline comments.
================
Comment at: llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp:2956
+ if (!ShadowMask[j])
+ HoleSize++;
+ else
----------------
llvm style prefers pre-increment.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143565/new/
https://reviews.llvm.org/D143565
More information about the llvm-commits
mailing list