[PATCH] D36515: [AArch64] Assembler support for the ARMv8.2a dot product instructions
Sjoerd Meijer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 9 05:54:55 PDT 2017
SjoerdMeijer created this revision.
Herald added subscribers: kristof.beyls, javed.absar, aemerson.
Dot product is an optional ARMv8.2a extension, see also the public architecture specification here: https://developer.arm.com/products/architecture/a-profile/exploration-tools.
This patch adds AArch64 assembler support for these dot product instructions.
https://reviews.llvm.org/D36515
Files:
include/llvm/Support/AArch64TargetParser.def
include/llvm/Support/TargetParser.h
lib/Target/AArch64/AArch64.td
lib/Target/AArch64/AArch64InstrFormats.td
lib/Target/AArch64/AArch64InstrInfo.td
lib/Target/AArch64/AArch64Subtarget.h
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
test/MC/AArch64/armv8.2a-dotprod-errors.s
test/MC/AArch64/armv8.2a-dotprod.s
test/MC/AArch64/neon-diagnostics.s
test/MC/Disassembler/AArch64/armv8.2a-dotprod.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36515.110370.patch
Type: text/x-patch
Size: 18270 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170809/91643e36/attachment.bin>
More information about the llvm-commits
mailing list