[PATCH] D65145: [AArch64][SVE] Allow explicit size specifier for predicate operand
Momchil Velikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 23 07:04:10 PDT 2019
chill created this revision.
Herald added subscribers: llvm-commits, psnobl, rkruppe, hiraditya, kristof.beyls, tschuett, javed.absar.
Herald added a project: LLVM.
... for the vector forms of `{SQ,UQ,}{INC,DEC}P` instructions. Also continue
supporting the existing behaviour of not requiring an explicit size
specifier. The preferred disassembly is *with* the specifier.
This is implemented by redefining instruction forms to require vector predicates
with explicit size and adding aliases, which allow a predicate with no size.
https://reviews.llvm.org/D65145
Files:
llvm/lib/Target/AArch64/SVEInstrFormats.td
llvm/test/MC/AArch64/SVE/decp.s
llvm/test/MC/AArch64/SVE/incp.s
llvm/test/MC/AArch64/SVE/sqdecp.s
llvm/test/MC/AArch64/SVE/sqincp.s
llvm/test/MC/AArch64/SVE/uqdecp.s
llvm/test/MC/AArch64/SVE/uqincp.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65145.211291.patch
Type: text/x-patch
Size: 12361 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190723/8987bf7d/attachment.bin>
More information about the llvm-commits
mailing list