[PATCH] D85559: [MSAN] Reintroduce libatomic load/store instrumentation

Gui Andrade via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 7 14:34:28 PDT 2020


guiand added inline comments.


================
Comment at: llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp:3519
+    IRBuilder<> IRB(BB);
+    // IRB.SetCurrentDebugLocation(CB.getDebugLoc());
+
----------------
TODO: Remove


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D85559/new/

https://reviews.llvm.org/D85559



More information about the llvm-commits mailing list