[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
Thu Oct 13 01:26:29 PDT 2022


CarolineConcatto updated this revision to Diff 467390.
CarolineConcatto added a comment.

Add sme2 feature in the unitest:

  llvm/unittests/Support/TargetParserTest.cpp

Because
x64 debian > LLVM-Unit.Support/_/SupportTests/TargetParserTest::AArch64ExtensionFeatures
Script: -- /var/lib/buildkite-agent/builds/llvm-project/build/unittests/Support/./SupportTests --gtest_filter=TargetParserTest.AArch64ExtensionFeatures


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135448

Files:
  llvm/include/llvm/Support/AArch64TargetParser.def
  llvm/include/llvm/Support/AArch64TargetParser.h
  llvm/lib/Target/AArch64/AArch64.td
  llvm/lib/Target/AArch64/AArch64InstrInfo.td
  llvm/lib/Target/AArch64/AArch64SchedA64FX.td
  llvm/lib/Target/AArch64/AArch64SchedThunderX3T110.td
  llvm/test/MC/AArch64/SME2/feature-sme2-implies-sme.s
  llvm/unittests/Support/TargetParserTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135448.467390.patch
Type: text/x-patch
Size: 6067 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221013/7f8ac665/attachment.bin>


More information about the llvm-commits mailing list