[PATCH] D135599: [AArch64]SME2 Single and multiple vectors SVE Destructive two/four registers[part2]

Caroline via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 23 11:55:57 PDT 2022


CarolineConcatto updated this revision to Diff 469998.
CarolineConcatto marked an inline comment as done.
CarolineConcatto retitled this revision from "[AArch64]SME2 Single and multiple vectors Int/FP min/max two/four registers" to "[AArch64]SME2 Single and multiple vectors SVE Destructive two/four registers[part2]".
CarolineConcatto edited the summary of this revision.
CarolineConcatto added a comment.
Herald added a subscriber: tschuett.

- group all SVE destructive instructions


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135599

Files:
  llvm/lib/Target/AArch64/AArch64SMEInstrInfo.td
  llvm/lib/Target/AArch64/SMEInstrFormats.td
  llvm/test/MC/AArch64/SME2/fmax-diagnostics.s
  llvm/test/MC/AArch64/SME2/fmax.s
  llvm/test/MC/AArch64/SME2/fmaxnm-diagnostics.s
  llvm/test/MC/AArch64/SME2/fmaxnm.s
  llvm/test/MC/AArch64/SME2/fmin-diagnostics.s
  llvm/test/MC/AArch64/SME2/fmin.s
  llvm/test/MC/AArch64/SME2/fminnm-diagnostics.s
  llvm/test/MC/AArch64/SME2/fminnm.s
  llvm/test/MC/AArch64/SME2/smax-diagnostics.s
  llvm/test/MC/AArch64/SME2/smax.s
  llvm/test/MC/AArch64/SME2/smin-diagnostics.s
  llvm/test/MC/AArch64/SME2/smin.s
  llvm/test/MC/AArch64/SME2/srshl-diagnostics.s
  llvm/test/MC/AArch64/SME2/srshl.s
  llvm/test/MC/AArch64/SME2/sub-diagnostics.s
  llvm/test/MC/AArch64/SME2/sub.s
  llvm/test/MC/AArch64/SME2/umax-diagnostics.s
  llvm/test/MC/AArch64/SME2/umax.s
  llvm/test/MC/AArch64/SME2/umin-diagnostics.s
  llvm/test/MC/AArch64/SME2/umin.s
  llvm/test/MC/AArch64/SME2/urshl-diagnostics.s
  llvm/test/MC/AArch64/SME2/urshl.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135599.469998.patch
Type: text/x-patch
Size: 211998 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221023/3404d67d/attachment-0001.bin>


More information about the llvm-commits mailing list