[PATCH] D137571: [AArch64] Add all SME2.1 instructions Assembly/Disassembly

Caroline via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 14 06:56:58 PST 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
CarolineConcatto marked an inline comment as done.
Closed by commit rG3eacda4547c5: [AArch64] Add all SME2.1 instructions Assembly/Disassembly (authored by CarolineConcatto).

Changed prior to commit:
  https://reviews.llvm.org/D137571?vs=475078&id=475136#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137571

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/AArch64RegisterInfo.td
  llvm/lib/Target/AArch64/AArch64SMEInstrInfo.td
  llvm/lib/Target/AArch64/AArch64SchedA64FX.td
  llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
  llvm/lib/Target/AArch64/SMEInstrFormats.td
  llvm/test/MC/AArch64/SME2/fmla-diagnostics.s
  llvm/test/MC/AArch64/SME2/fmls-diagnostics.s
  llvm/test/MC/AArch64/SME2p1/bfadd-diagnostics.s
  llvm/test/MC/AArch64/SME2p1/bfadd.s
  llvm/test/MC/AArch64/SME2p1/bfclamp-diagnostics.s
  llvm/test/MC/AArch64/SME2p1/bfclamp.s
  llvm/test/MC/AArch64/SME2p1/bfmax-diagnostics.s
  llvm/test/MC/AArch64/SME2p1/bfmax.s
  llvm/test/MC/AArch64/SME2p1/bfmaxnm-diagnostics.s
  llvm/test/MC/AArch64/SME2p1/bfmaxnm.s
  llvm/test/MC/AArch64/SME2p1/bfmin-diagnostics.s
  llvm/test/MC/AArch64/SME2p1/bfmin.s
  llvm/test/MC/AArch64/SME2p1/bfminnm-diagnostics.s
  llvm/test/MC/AArch64/SME2p1/bfminnm.s
  llvm/test/MC/AArch64/SME2p1/bfmla-diagnostics.s
  llvm/test/MC/AArch64/SME2p1/bfmla.s
  llvm/test/MC/AArch64/SME2p1/bfmls-diagnostics.s
  llvm/test/MC/AArch64/SME2p1/bfmls.s
  llvm/test/MC/AArch64/SME2p1/bfmopa-diagnostics.s
  llvm/test/MC/AArch64/SME2p1/bfmopa.s
  llvm/test/MC/AArch64/SME2p1/bfmops-diagnostics.s
  llvm/test/MC/AArch64/SME2p1/bfmops.s
  llvm/test/MC/AArch64/SME2p1/bfsub-diagnostics.s
  llvm/test/MC/AArch64/SME2p1/bfsub.s
  llvm/test/MC/AArch64/SME2p1/fadd-diagnostics.s
  llvm/test/MC/AArch64/SME2p1/fadd.s
  llvm/test/MC/AArch64/SME2p1/fcvt-diagnostics.s
  llvm/test/MC/AArch64/SME2p1/fcvt.s
  llvm/test/MC/AArch64/SME2p1/fcvtl-diagnostics.s
  llvm/test/MC/AArch64/SME2p1/fcvtl.s
  llvm/test/MC/AArch64/SME2p1/fmla-diagnostics.s
  llvm/test/MC/AArch64/SME2p1/fmla.s
  llvm/test/MC/AArch64/SME2p1/fmls-diagnostics.s
  llvm/test/MC/AArch64/SME2p1/fmls.s
  llvm/test/MC/AArch64/SME2p1/fmopa-diagnostics.s
  llvm/test/MC/AArch64/SME2p1/fmopa.s
  llvm/test/MC/AArch64/SME2p1/fmops-diagnostics.s
  llvm/test/MC/AArch64/SME2p1/fmops.s
  llvm/test/MC/AArch64/SME2p1/fsub-diagnostics.s
  llvm/test/MC/AArch64/SME2p1/fsub.s
  llvm/test/MC/AArch64/SME2p1/luti2-diagnostics.s
  llvm/test/MC/AArch64/SME2p1/luti2.s
  llvm/test/MC/AArch64/SME2p1/luti4-diagnostics.s
  llvm/test/MC/AArch64/SME2p1/luti4.s
  llvm/test/MC/AArch64/SME2p1/movaz-diagnostics.s
  llvm/test/MC/AArch64/SME2p1/movaz.s
  llvm/test/MC/AArch64/SME2p1/zero-diagnostics.s
  llvm/test/MC/AArch64/SME2p1/zero.s
  llvm/unittests/Support/TargetParserTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137571.475136.patch
Type: text/x-patch
Size: 485850 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221114/d1dd85ba/attachment-0001.bin>


More information about the llvm-commits mailing list