[PATCH] D105569: [AArch64] Add target features for Armv9-A Scalable Matrix Extension (SME)

Caroline via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 8 09:31:35 PDT 2021


CarolineConcatto added a comment.

If it is not too pedantic maybe add in the commit message the reasoning for the 3 features (sme, sme-i64, sme-f64).



================
Comment at: llvm/test/MC/AArch64/SME/feature.s:1
+// RUN: llvm-mc -triple aarch64-none-linux-gnu -show-encoding -mattr=+sme < %s | FileCheck %s
+
----------------
should add RUN for the other 2 new features (sme-i64, sme-f64) too?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D105569/new/

https://reviews.llvm.org/D105569



More information about the llvm-commits mailing list