[PATCH] D126385: [msan] Implement -msan-pass-caller-to-runtime.
Alexander Potapenko via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 31 01:39:06 PDT 2022
glider added a comment.
FWIW in my current configuration out of 128K instrumented functions there are 120K calls to __msan_get_context_state_caller() and 8K calls to __msan_get_context_state().
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126385/new/
https://reviews.llvm.org/D126385
More information about the llvm-commits
mailing list