[PATCH] D62602: [AArch64][SVE2] Add CPU and arch directive tests
Cullen Rhodes via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 29 08:44:07 PDT 2019
c-rhodes created this revision.
c-rhodes added reviewers: sdesmalen, SjoerdMeijer, rovka, chill.
Herald added subscribers: kristof.beyls, tschuett, javed.absar.
Herald added a project: LLVM.
c-rhodes added a parent revision: D62601: [AArch64][SVE2] Asm: support WHILE instructions.
This patch adds tests for directives .arch, .arch_extension and .cpu for
all features defined in Arm SVE2 architecture extension.
Repository:
rL LLVM
https://reviews.llvm.org/D62602
Files:
test/MC/AArch64/SVE2/directive-arch-negative.s
test/MC/AArch64/SVE2/directive-arch.s
test/MC/AArch64/SVE2/directive-arch_extension-negative.s
test/MC/AArch64/SVE2/directive-arch_extension.s
test/MC/AArch64/SVE2/directive-cpu-negative.s
test/MC/AArch64/SVE2/directive-cpu.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62602.201937.patch
Type: text/x-patch
Size: 5002 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190529/67726a0e/attachment.bin>
More information about the llvm-commits
mailing list