================ @@ -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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits