[PATCH] D28681: [AArch64] Enable Rounding Double Multiply Add/Subtract instructions on Falkor.

Chad Rosier via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 13 08:14:26 PST 2017


mcrosier created this revision.
mcrosier added reviewers: t.p.northover, jmolloy, aadg, gberry, ab.
mcrosier added a subscriber: llvm-commits.
Herald added subscribers: rengolin, aemerson.

Falkor only partially implements the ARMv8.1a extensions, so this patch refactors the support for the SQRDML[A|S]H instruction into a separate feature.

Chad


https://reviews.llvm.org/D28681

Files:
  lib/Target/AArch64/AArch64.td
  lib/Target/AArch64/AArch64InstrFormats.td
  lib/Target/AArch64/AArch64InstrInfo.td
  lib/Target/AArch64/AArch64Subtarget.h
  test/CodeGen/AArch64/arm64-neon-v8.1a.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28681.84309.patch
Type: text/x-patch
Size: 20369 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170113/19a6f2db/attachment.bin>


More information about the llvm-commits mailing list