[PATCH] D96180: [dfsan] Refactor loadShadow
George Balatsouras via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 8 10:52:11 PST 2021
gbalats added inline comments.
================
Comment at: llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp:549-551
+ /// The fast path of fast-16-label mode. First OR all the WideShadows, then OR
+ /// individual shadows within the combined WideShadow. This is fewer
+ /// instructions than ORing shadows individually.
----------------
This comment is more helpful in the implementation of the function. Same for the second sentence of the previous declaration.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96180/new/
https://reviews.llvm.org/D96180
More information about the llvm-commits
mailing list