[PATCH] D135448: [AArch64] Add SME 2 target feature for Armv8-A and Armv9-A 2022 Architecture Extension

Caroline via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 12 02:56:18 PDT 2022


CarolineConcatto added inline comments.


================
Comment at: llvm/test/MC/AArch64/SME2/feature.s:1
+// This test verifies SME2 implies SME.
+
----------------
sdesmalen wrote:
> nit: Can you rename this test-file to something more descriptive, e.g. feature-sme2-implies-sme.s ?
Yes, not a problem. 
That is just the same name we have for sme.
llvm/test/MC/AArch64/SME/feature.s


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135448



More information about the llvm-commits mailing list