[clang] [llvm] [AArch64][Clang] Update predication of SVE2-AES/PMULL Pair Intrinsics and add Test Coverage (PR #153825)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 26 06:59:04 PDT 2025
================
@@ -15,6 +20,19 @@
#define SVE_ACLE_FUNC(A1,A2,A3,A4) A1##A2##A3##A4
#endif
+#ifdef __ARM_FEATURE_SME
+#define STREAMING __arm_streaming
+#else
+#define STREAMING
+#endif
+
+
+//
+//
+// SME-CHECK-LABEL: @_Z22test_svpmullb_pair_u64u12__SVUint64_tS_(
----------------
Lukacma wrote:
I think this was left here accidentally ?
https://github.com/llvm/llvm-project/pull/153825
More information about the llvm-commits
mailing list