[PATCH] D81699: MemorySanitizer: Add option to insert init checks at call site

Aaron Ballman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 18 07:02:39 PDT 2020


aaron.ballman added inline comments.


================
Comment at: llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp:876
 
+  // Whitelist msan unaligned load functions which are explicitly designed
+  // to allow loading uninitialized values.
----------------
Whitelist msan unaligned -> Allow msan unaligned


================
Comment at: llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp:886
+
+  // Whitelist msan unaligned store functions which are explicitly designed
+  // to allow storing uninitialized values
----------------
Whitelist msan unaligned -> Allow msan unaligned


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81699





More information about the llvm-commits mailing list