[clang] [Clang][AArch64] Expose compatible SVE intrinsics with only +sme (PR #95787)

Amara Emerson via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 20 14:11:01 PDT 2024


================
@@ -17,7 +25,7 @@
 // CPP-CHECK-NEXT:    [[TMP1:%.*]] = shl nuw nsw i64 [[TMP0]], 4
 // CPP-CHECK-NEXT:    ret i64 [[TMP1]]
 //
-uint64_t test_svcntb()
+uint64_t test_svcntb(void) MODE_ATTR
----------------
aemerson wrote:

Why is that restriction there? We often run into confusion when `int foo() __arm_streaming;` and the like is used.

https://github.com/llvm/llvm-project/pull/95787


More information about the cfe-commits mailing list