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

Thurston Dang via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 20 10:09:34 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
----------------
thurstond wrote:

I've added recover mode test output.

(Though the conceptual no-op mode is actually the more useful mode so far.)

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


More information about the llvm-commits mailing list