[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
Sun Nov 6 22:40:29 PST 2022


david-arm updated this revision to Diff 473565.
david-arm added a comment.

- Changed the HasSVE2p1-type flags to be AssemblerPredicateWithAll, which also meant changing all the existing SVE2p1 tests.


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.473565.patch
Type: text/x-patch
Size: 41908 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221107/571fe72d/attachment.bin>


More information about the llvm-commits mailing list