[clang] [compiler-rt] [llvm] [AArch64][SME] Add support for sme-fa64 (PR #70809)

Sander de Smalen via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 31 09:42:54 PDT 2023


================
@@ -2,6 +2,8 @@
 // RUN:        | FileCheck %s --check-prefixes=CHECK-ENCODING,CHECK-INST
 // RUN: llvm-mc -triple=aarch64 -show-encoding -mattr=+sme < %s \
 // RUN:        | FileCheck %s --check-prefixes=CHECK-ENCODING,CHECK-INST
+// RUN: llvm-mc -triple=aarch64 -show-encoding -mattr=+sme-fa64 < %s \
----------------
sdesmalen-arm wrote:

There isn't much value in (updating all) these tests. The main point of `sme-fa64` is for it to be used in conjunction with SME, to tell that full instruction set is available in streaming SVE mode.

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


More information about the cfe-commits mailing list