[PATCH] D137410: [AArch64] Add SME2.1 target feature for Armv9-A 2022 Architecture Extension

David Sherwood via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 7 06:38:51 PST 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
david-arm marked an inline comment as done.
Closed by commit rG12a6572d41f1: [AArch64] Add SME2.1 target feature for Armv9-A 2022 Architecture Extension (authored by david-arm).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137410

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/AsmParser/AArch64AsmParser.cpp
  llvm/test/MC/AArch64/SME2p1/directive-arch-negative.s
  llvm/test/MC/AArch64/SME2p1/directive-arch.s
  llvm/test/MC/AArch64/SME2p1/directive-arch_extension-negative.s
  llvm/test/MC/AArch64/SME2p1/directive-arch_extension.s
  llvm/test/MC/AArch64/SVE2p1/bfmlslb.s
  llvm/test/MC/AArch64/SVE2p1/bfmlslt.s
  llvm/test/MC/AArch64/SVE2p1/cntp.s
  llvm/test/MC/AArch64/SVE2p1/fclamp.s
  llvm/test/MC/AArch64/SVE2p1/fdot.s
  llvm/test/MC/AArch64/SVE2p1/ld1b.s
  llvm/test/MC/AArch64/SVE2p1/ld1d.s
  llvm/test/MC/AArch64/SVE2p1/ld1h.s
  llvm/test/MC/AArch64/SVE2p1/ld1q.s
  llvm/test/MC/AArch64/SVE2p1/ld1w.s
  llvm/test/MC/AArch64/SVE2p1/ldnt1b.s
  llvm/test/MC/AArch64/SVE2p1/ldnt1d.s
  llvm/test/MC/AArch64/SVE2p1/ldnt1h.s
  llvm/test/MC/AArch64/SVE2p1/ldnt1w.s
  llvm/test/MC/AArch64/SVE2p1/pext.s
  llvm/test/MC/AArch64/SVE2p1/ptrue.s
  llvm/test/MC/AArch64/SVE2p1/sdot.s
  llvm/test/MC/AArch64/SVE2p1/sqcvtn.s
  llvm/test/MC/AArch64/SVE2p1/sqcvtun.s
  llvm/test/MC/AArch64/SVE2p1/sqrshrn.s
  llvm/test/MC/AArch64/SVE2p1/sqrshrun.s
  llvm/test/MC/AArch64/SVE2p1/st1b.s
  llvm/test/MC/AArch64/SVE2p1/st1d.s
  llvm/test/MC/AArch64/SVE2p1/st1h.s
  llvm/test/MC/AArch64/SVE2p1/st1q.s
  llvm/test/MC/AArch64/SVE2p1/st1w.s
  llvm/test/MC/AArch64/SVE2p1/stnt1b.s
  llvm/test/MC/AArch64/SVE2p1/stnt1d.s
  llvm/test/MC/AArch64/SVE2p1/stnt1h.s
  llvm/test/MC/AArch64/SVE2p1/stnt1w.s
  llvm/test/MC/AArch64/SVE2p1/udot.s
  llvm/test/MC/AArch64/SVE2p1/uqcvtn.s
  llvm/test/MC/AArch64/SVE2p1/uqrshrn.s
  llvm/test/MC/AArch64/SVE2p1/whilege.s
  llvm/test/MC/AArch64/SVE2p1/whilegt.s
  llvm/test/MC/AArch64/SVE2p1/whilehi.s
  llvm/test/MC/AArch64/SVE2p1/whilehs.s
  llvm/test/MC/AArch64/SVE2p1/whilele.s
  llvm/test/MC/AArch64/SVE2p1/whilelo.s
  llvm/test/MC/AArch64/SVE2p1/whilels.s
  llvm/test/MC/AArch64/SVE2p1/whilelt.s
  llvm/unittests/Support/TargetParserTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137410.473651.patch
Type: text/x-patch
Size: 41908 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221107/257c9fdd/attachment-0001.bin>


More information about the llvm-commits mailing list