[PATCH] D62601: [AArch64][SVE2] Asm: support WHILE instructions
Cullen Rhodes via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 29 08:36:01 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.
This is the last patch in the series adding MC layer support for the SVE2 architecture extension. Many thanks to @sdesmalen @SjoerdMeijer @rovka @chill for taking the time to review patches!
Patch adds support for the following instructions:
- WHILEGE, WHILEGT, WHILEHS, WHILEHI, WHILEWR, WHILERW
The specification can be found here:
https://developer.arm.com/docs/ddi0602/latest
Repository:
rL LLVM
https://reviews.llvm.org/D62601
Files:
lib/Target/AArch64/AArch64SVEInstrInfo.td
lib/Target/AArch64/SVEInstrFormats.td
test/MC/AArch64/SVE2/whilege-diagnostics.s
test/MC/AArch64/SVE2/whilege.s
test/MC/AArch64/SVE2/whilegt-diagnostics.s
test/MC/AArch64/SVE2/whilegt.s
test/MC/AArch64/SVE2/whilehi-diagnostics.s
test/MC/AArch64/SVE2/whilehi.s
test/MC/AArch64/SVE2/whilehs-diagnostics.s
test/MC/AArch64/SVE2/whilehs.s
test/MC/AArch64/SVE2/whilerw-diagnostics.s
test/MC/AArch64/SVE2/whilerw.s
test/MC/AArch64/SVE2/whilewr-diagnostics.s
test/MC/AArch64/SVE2/whilewr.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62601.201927.patch
Type: text/x-patch
Size: 23089 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190529/31a93752/attachment.bin>
More information about the llvm-commits
mailing list