[PATCH] D61902: [AArch64][SVE2] Asm: add unpredicated integer multiply instructions

Cullen Rhodes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 16 02:05:27 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL360867: [AArch64][SVE2] Asm: add unpredicated integer multiply instructions (authored by c-rhodes, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D61902?vs=199449&id=199768#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D61902

Files:
  llvm/trunk/lib/Target/AArch64/AArch64SVEInstrInfo.td
  llvm/trunk/lib/Target/AArch64/SVEInstrFormats.td
  llvm/trunk/test/MC/AArch64/SVE2/mul-diagnostics.s
  llvm/trunk/test/MC/AArch64/SVE2/mul.s
  llvm/trunk/test/MC/AArch64/SVE2/pmul-diagnostics.s
  llvm/trunk/test/MC/AArch64/SVE2/pmul.s
  llvm/trunk/test/MC/AArch64/SVE2/smulh-diagnostics.s
  llvm/trunk/test/MC/AArch64/SVE2/smulh.s
  llvm/trunk/test/MC/AArch64/SVE2/sqdmulh-diagnostics.s
  llvm/trunk/test/MC/AArch64/SVE2/sqdmulh.s
  llvm/trunk/test/MC/AArch64/SVE2/sqrdmulh-diagnostics.s
  llvm/trunk/test/MC/AArch64/SVE2/sqrdmulh.s
  llvm/trunk/test/MC/AArch64/SVE2/umulh-diagnostics.s
  llvm/trunk/test/MC/AArch64/SVE2/umulh.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61902.199768.patch
Type: text/x-patch
Size: 35929 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190516/09fc9c08/attachment.bin>


More information about the llvm-commits mailing list