[llvm] [LLVM][Instrumentation] Add numerical sanitizer (PR #85916)
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 10 14:23:00 PDT 2024
================
@@ -2128,6 +2128,8 @@ static Attribute::AttrKind getAttrFromCode(uint64_t Code) {
return Attribute::SanitizeThread;
case bitc::ATTR_KIND_SANITIZE_MEMORY:
return Attribute::SanitizeMemory;
+ case bitc::ATTR_KIND_SANITIZE_NUMERICAL_STABILITY:
----------------
vitalybuka wrote:
Would be possible to extract attr, bitcode into a separate patch?
https://github.com/llvm/llvm-project/pull/85916
More information about the llvm-commits
mailing list