[PATCH] D84371: [DFSan] Add efficient fast16labels instrumentation mode.
Kostya Serebryany via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 22 18:39:11 PDT 2020
kcc added a comment.
In what cases do we still call __dfsan_union?
================
Comment at: llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp:183
+static cl::opt<bool> ClFast16Labels(
+ "fast-16-labels",
+ cl::desc("Use more efficient instrumentation, limiting the number of "
----------------
please add the documentation.
Probably into this change, so that we review it together.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84371/new/
https://reviews.llvm.org/D84371
More information about the llvm-commits
mailing list