[clang] [llvm] [AArch64] Enable svcompact intrinsic in streaming mode with SME2.2 (PR #151703)
Paul Walker via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 1 08:54:44 PDT 2025
================
@@ -0,0 +1,12 @@
+// RUN: %clang_cc1 -triple aarch64-none-linux-gnu \
+// RUN: -target-feature +sve -target-feature +sme -target-feature +ssve -target-feature +sme2p2 \
----------------
paulwalker-arm wrote:
Does the target feature "+ssve" exist?
That said, given my next comment I think you might be able to drop all the target features other than "+sme".
https://github.com/llvm/llvm-project/pull/151703
More information about the llvm-commits
mailing list