================ @@ -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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits