[PATCH] D77874: [AArch32] Armv8.6a Matrix Mul Assembly

Luke Geeson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 10 06:52:08 PDT 2020


LukeGeeson created this revision.
LukeGeeson added a reviewer: t.p.northover.
Herald added subscribers: llvm-commits, danielkiss, hiraditya, kristof.beyls.
Herald added a project: LLVM.
LukeGeeson added a parent revision: D77873: [AArch64] Armv8.6-A Mat Mul SVE Assembly.
LukeGeeson added a child revision: D77875: [ARM] Armv8.6-a Matrix Mul cmd line support.

This patch upstreams support for the Armv8.6-a Matrix Multiplication
Extension. A summary of the features can be found here:

https://community.arm.com/developer/ip-products/processors/b/processors-ip-blog/posts/arm-architecture-developments-armv8-6-a

This patch includes:

- Assembly support for AArch32 and Assembly Parsing

This is part of a patch series, starting with BFloat16 support and
the other components in the armv8.6a extension (in previous patches
linked in phabricator)

Based on work by:

- Luke Geeson
- Oliver Stannard
- Luke Cheeseman


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D77874

Files:
  llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
  llvm/test/MC/ARM/armv8.6a-matmul-error.s
  llvm/test/MC/ARM/armv8.6a-matmul.s
  llvm/test/MC/Disassembler/ARM/armv8.6a-matmul-arm.txt
  llvm/test/MC/Disassembler/ARM/armv8.6a-matmul-thumb.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77874.256566.patch
Type: text/x-patch
Size: 12004 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200410/914ef1a4/attachment.bin>


More information about the llvm-commits mailing list