[PATCH] D62205: [AArch64][SVE2] Asm: support SVE2 Narrowing Group

Cullen Rhodes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 24 03:23:10 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL361624: [AArch64][SVE2] Asm: support SVE2 Narrowing Group (authored by c-rhodes, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D62205?vs=200525&id=201180#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D62205

Files:
  llvm/trunk/lib/Target/AArch64/AArch64SVEInstrInfo.td
  llvm/trunk/lib/Target/AArch64/SVEInstrFormats.td
  llvm/trunk/test/MC/AArch64/SVE2/addhnb-diagnostics.s
  llvm/trunk/test/MC/AArch64/SVE2/addhnb.s
  llvm/trunk/test/MC/AArch64/SVE2/addhnt-diagnostics.s
  llvm/trunk/test/MC/AArch64/SVE2/addhnt.s
  llvm/trunk/test/MC/AArch64/SVE2/raddhnb-diagnostics.s
  llvm/trunk/test/MC/AArch64/SVE2/raddhnb.s
  llvm/trunk/test/MC/AArch64/SVE2/raddhnt-diagnostics.s
  llvm/trunk/test/MC/AArch64/SVE2/raddhnt.s
  llvm/trunk/test/MC/AArch64/SVE2/rshrnb-diagnostics.s
  llvm/trunk/test/MC/AArch64/SVE2/rshrnb.s
  llvm/trunk/test/MC/AArch64/SVE2/rshrnt-diagnostics.s
  llvm/trunk/test/MC/AArch64/SVE2/rshrnt.s
  llvm/trunk/test/MC/AArch64/SVE2/rsubhnb-diagnostics.s
  llvm/trunk/test/MC/AArch64/SVE2/rsubhnb.s
  llvm/trunk/test/MC/AArch64/SVE2/rsubhnt-diagnostics.s
  llvm/trunk/test/MC/AArch64/SVE2/rsubhnt.s
  llvm/trunk/test/MC/AArch64/SVE2/shrnb-diagnostics.s
  llvm/trunk/test/MC/AArch64/SVE2/shrnb.s
  llvm/trunk/test/MC/AArch64/SVE2/shrnt-diagnostics.s
  llvm/trunk/test/MC/AArch64/SVE2/shrnt.s
  llvm/trunk/test/MC/AArch64/SVE2/sqrshrnb-diagnostics.s
  llvm/trunk/test/MC/AArch64/SVE2/sqrshrnb.s
  llvm/trunk/test/MC/AArch64/SVE2/sqrshrnt-diagnostics.s
  llvm/trunk/test/MC/AArch64/SVE2/sqrshrnt.s
  llvm/trunk/test/MC/AArch64/SVE2/sqrshrunb-diagnostics.s
  llvm/trunk/test/MC/AArch64/SVE2/sqrshrunb.s
  llvm/trunk/test/MC/AArch64/SVE2/sqrshrunt-diagnostics.s
  llvm/trunk/test/MC/AArch64/SVE2/sqrshrunt.s
  llvm/trunk/test/MC/AArch64/SVE2/sqshrnb-diagnostics.s
  llvm/trunk/test/MC/AArch64/SVE2/sqshrnb.s
  llvm/trunk/test/MC/AArch64/SVE2/sqshrnt-diagnostics.s
  llvm/trunk/test/MC/AArch64/SVE2/sqshrnt.s
  llvm/trunk/test/MC/AArch64/SVE2/sqshrunb-diagnostics.s
  llvm/trunk/test/MC/AArch64/SVE2/sqshrunb.s
  llvm/trunk/test/MC/AArch64/SVE2/sqshrunt-diagnostics.s
  llvm/trunk/test/MC/AArch64/SVE2/sqshrunt.s
  llvm/trunk/test/MC/AArch64/SVE2/sqxtnb-diagnostics.s
  llvm/trunk/test/MC/AArch64/SVE2/sqxtnb.s
  llvm/trunk/test/MC/AArch64/SVE2/sqxtnt-diagnostics.s
  llvm/trunk/test/MC/AArch64/SVE2/sqxtnt.s
  llvm/trunk/test/MC/AArch64/SVE2/sqxtunb-diagnostics.s
  llvm/trunk/test/MC/AArch64/SVE2/sqxtunb.s
  llvm/trunk/test/MC/AArch64/SVE2/sqxtunt-diagnostics.s
  llvm/trunk/test/MC/AArch64/SVE2/sqxtunt.s
  llvm/trunk/test/MC/AArch64/SVE2/subhnb-diagnostics.s
  llvm/trunk/test/MC/AArch64/SVE2/subhnb.s
  llvm/trunk/test/MC/AArch64/SVE2/subhnt-diagnostics.s
  llvm/trunk/test/MC/AArch64/SVE2/subhnt.s
  llvm/trunk/test/MC/AArch64/SVE2/uqrshrnb-diagnostics.s
  llvm/trunk/test/MC/AArch64/SVE2/uqrshrnb.s
  llvm/trunk/test/MC/AArch64/SVE2/uqrshrnt-diagnostics.s
  llvm/trunk/test/MC/AArch64/SVE2/uqrshrnt.s
  llvm/trunk/test/MC/AArch64/SVE2/uqshrnb-diagnostics.s
  llvm/trunk/test/MC/AArch64/SVE2/uqshrnb.s
  llvm/trunk/test/MC/AArch64/SVE2/uqshrnt-diagnostics.s
  llvm/trunk/test/MC/AArch64/SVE2/uqshrnt.s
  llvm/trunk/test/MC/AArch64/SVE2/uqxtnb-diagnostics.s
  llvm/trunk/test/MC/AArch64/SVE2/uqxtnb.s
  llvm/trunk/test/MC/AArch64/SVE2/uqxtnt-diagnostics.s
  llvm/trunk/test/MC/AArch64/SVE2/uqxtnt.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62205.201180.patch
Type: text/x-patch
Size: 126394 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190524/377c084b/attachment-0001.bin>


More information about the llvm-commits mailing list