[clang] [Clang][SVE2] Add builtins for moving multi-vectors to/from ZA (PR #71191)
Matthew Devereau via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 15 08:54:53 PST 2023
================
@@ -0,0 +1,57 @@
+// RUN: %clang_cc1 -triple aarch64-none-linux-gnu \
+// RUN: -target-feature +sve2 -target-feature +sme2 -target-feature +sve -fsyntax-only -verify %s
----------------
MDevereau wrote:
Can `-target-feature +sve2` be deleted?
https://github.com/llvm/llvm-project/pull/71191
More information about the cfe-commits
mailing list