[AArch64][SVE2] Add CPU and arch directive tests
authorCullen Rhodes <cullen.rhodes@arm.com>
Mon, 3 Jun 2019 10:42:02 +0000 (10:42 +0000)
committerCullen Rhodes <cullen.rhodes@arm.com>
Mon, 3 Jun 2019 10:42:02 +0000 (10:42 +0000)
commit3901dd3e4126d6349deb63686be99ac7fd7b94f6
treebbbb403d68204f3de557f2d5912f4e8401dee715
parentab93e6e0feaee5c3b1eb27d88df38cb05f4e7e9e
[AArch64][SVE2] Add CPU and arch directive tests

Summary:
This patch adds tests for directives .arch, .arch_extension and .cpu for
all features defined in Arm SVE2 architecture extension.

Reviewed By: chill

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

llvm-svn: 362378
llvm/test/MC/AArch64/SVE2/directive-arch-negative.s [new file with mode: 0644]
llvm/test/MC/AArch64/SVE2/directive-arch.s [new file with mode: 0644]
llvm/test/MC/AArch64/SVE2/directive-arch_extension-negative.s [new file with mode: 0644]
llvm/test/MC/AArch64/SVE2/directive-arch_extension.s [new file with mode: 0644]
llvm/test/MC/AArch64/SVE2/directive-cpu-negative.s [new file with mode: 0644]
llvm/test/MC/AArch64/SVE2/directive-cpu.s [new file with mode: 0644]