[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:51: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
----------------
vitalybuka wrote:
can we test on some generic instruction, non-aarch64 specific?
https://github.com/llvm/llvm-project/pull/128036
More information about the llvm-commits
mailing list