[PATCH] D41818: [AArch64][SVE] Asm: Predicate patterns

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 8 05:56:21 PST 2018


sdesmalen created this revision.
sdesmalen added reviewers: fhahn, rengolin, evandro, mcrosier, t.p.northover.
Herald added subscribers: kristof.beyls, tschuett, javed.absar, aemerson.

This patch adds support for parsing/printing of named or unnamed
patterns that are used in SVE's PTRUE instruction, amongst others.

The pattern can be specified as a named pattern to initialize the predicate
vector or it can be specified as an immediate in the range 0-31.


https://reviews.llvm.org/D41818

Files:
  lib/Target/AArch64/AArch64SystemOperands.td
  lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
  lib/Target/AArch64/InstPrinter/AArch64InstPrinter.cpp
  lib/Target/AArch64/InstPrinter/AArch64InstPrinter.h
  lib/Target/AArch64/Utils/AArch64BaseInfo.cpp
  lib/Target/AArch64/Utils/AArch64BaseInfo.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41818.128912.patch
Type: text/x-patch
Size: 6612 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180108/c938439c/attachment.bin>


More information about the llvm-commits mailing list