================
@@ -9,6 +9,12 @@
 
 #include <arm_sme.h>
 
+#if defined __ARM_FEATURE_SME
+#define MODE_ATTR __arm_streaming
+#else
+#define MODE_ATTR __arm_streaming_compatible
----------------
sdesmalen-arm wrote:

I guess not. I initially thought it would give some additional checks that the 
SVE instructions are considered 'streaming compatible', but if we have RUN 
lines for both of them (streaming and `+sme` and non-streaming with `+sve`), 
then we're testing that already. I'll remove them.

https://github.com/llvm/llvm-project/pull/91356
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to