[llvm] [msan] Add experimental '-msan-or-shadow-for-strict-instructions' flag to pessimize output (PR #128036)

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 20 09:50:43 PST 2025


================
@@ -0,0 +1,54 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 4
+; RUN: opt < %s -passes=msan -S                                         | FileCheck %s --check-prefixes=CLEAN
+; RUN: opt < %s -passes=msan -S -msan-or-shadow-for-strict-instructions | FileCheck %s --check-prefixes=OR-SHADOW
----------------
vitalybuka wrote:

this tests only non-recover mode where the patch is no-op?


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


More information about the llvm-commits mailing list