[compiler-rt] [llvm] [nsan] Emit calls to optimized functions (PR #98900)
Alexander Shaposhnikov via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 16 10:55:45 PDT 2024
================
@@ -2123,21 +2143,53 @@ bool NumericalStabilitySanitizer::sanitizeFunction(
return !ValueToShadow.empty();
}
+static size_t GetInstrumentationCalleeIdxForMemOp(Value *V,
+ std::size_t MaxIdx) {
----------------
alexander-shaposhnikov wrote:
for consistency one can drop std::
https://github.com/llvm/llvm-project/pull/98900
More information about the llvm-commits
mailing list