[PATCH] D85559: [MSAN] Reintroduce libatomic load/store instrumentation
Gui Andrade via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 7 17:27:44 PDT 2020
guiand marked 2 inline comments as done.
guiand added inline comments.
================
Comment at: llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp:3513
+ assert(InsPoint);
+ if (!InsPoint) {
+ return;
----------------
TODO: Remove this redudant call
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85559/new/
https://reviews.llvm.org/D85559
More information about the cfe-commits
mailing list