[compiler-rt] [llvm] [nsan] Emit calls to optimized functions (PR #98900)

Dmitriy Chestnykh via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 16 11:07:46 PDT 2024


================
@@ -2123,21 +2143,53 @@ bool NumericalStabilitySanitizer::sanitizeFunction(
   return !ValueToShadow.empty();
 }
 
+static size_t GetInstrumentationCalleeIdxForMemOp(Value *V,
+                                                  std::size_t MaxIdx) {
----------------
chestnykh wrote:

Done

https://github.com/llvm/llvm-project/pull/98900


More information about the llvm-commits mailing list