OSDN Git Service

[AArch64][SVE] Asm: Replace 'IsVector' by 'RegKind' in AArch64AsmParser (NFC)
authorFlorian Hahn <florian.hahn@arm.com>
Tue, 7 Nov 2017 13:07:50 +0000 (13:07 +0000)
committerFlorian Hahn <florian.hahn@arm.com>
Tue, 7 Nov 2017 13:07:50 +0000 (13:07 +0000)
commitc5e08cf67c8f44fe0ef3a6068dde1191d07ddb18
tree4a223739ce37707c925c154c3de42fa865cec71c
parent55f6a859ccb9f070ed94113456c4f7b13813df52
[AArch64][SVE] Asm: Replace 'IsVector' by 'RegKind' in AArch64AsmParser (NFC)

Patch [2/5] in a series to add assembler/disassembler support for AArch64 SVE unpredicated ADD/SUB instructions.

This change is a non functional change that adds RegKind as an alternative to 'isVector' to prepare it for newer types (SVE data vectors and predicate vectors) that will be added in next patches (where the SVE data vector is added as part of this patch set)

Patch by Sander De Smalen.

Reviewed by: rengolin

Differential Revision: https://reviews.llvm.org/D39088

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@317569 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AArch64/AArch64RegisterInfo.td
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp