[llvm] b97835d - Add new MemorySanitizer test cases for AArch64 (#165094)
via llvm-commits
llvm-commits at lists.llvm.org
Sat Oct 25 06:03:14 PDT 2025
Author: Mircea Trofin
Date: 2025-10-25T06:03:10-07:00
New Revision: b97835d09df36e91434c82db28cad7bbdd5b37b8
URL: https://github.com/llvm/llvm-project/commit/b97835d09df36e91434c82db28cad7bbdd5b37b8
DIFF: https://github.com/llvm/llvm-project/commit/b97835d09df36e91434c82db28cad7bbdd5b37b8.diff
LOG: Add new MemorySanitizer test cases for AArch64 (#165094)
Added:
Modified:
llvm/utils/profcheck-xfail.txt
Removed:
################################################################################
diff --git a/llvm/utils/profcheck-xfail.txt b/llvm/utils/profcheck-xfail.txt
index 99a7a3ce81144..151b06573d961 100644
--- a/llvm/utils/profcheck-xfail.txt
+++ b/llvm/utils/profcheck-xfail.txt
@@ -332,6 +332,10 @@ Instrumentation/MemorySanitizer/AArch64/arm64-vshift.ll
Instrumentation/MemorySanitizer/AArch64/module-flags-aarch64.ll
Instrumentation/MemorySanitizer/AArch64/neon_vst_float.ll
Instrumentation/MemorySanitizer/AArch64/qshrn.ll
+Instrumentation/MemorySanitizer/AArch64/sme-aarch64-svcount-mini.ll
+Instrumentation/MemorySanitizer/AArch64/sme-aarch64-svcount.ll
+Instrumentation/MemorySanitizer/AArch64/sme2-intrinsics-add-mini.ll
+Instrumentation/MemorySanitizer/AArch64/sme2-intrinsics-add.ll
Instrumentation/MemorySanitizer/AArch64/vararg.ll
Instrumentation/MemorySanitizer/AArch64/vararg_shadow.ll
Instrumentation/MemorySanitizer/abs-vector.ll
More information about the llvm-commits
mailing list