Add the predicated ADD/SUB instructions and corresponding tests.
Patch [3/3] in a series to add predicated ADD/SUB instructions for SVE.
Paths
| Differential D41443
[AArch64][SVE] Asm: Add predicated ADD/SUB instructions ClosedPublic Authored by sdesmalen on Dec 20 2017, 6:27 AM.
Details Summary Add the predicated ADD/SUB instructions and corresponding tests. Patch [3/3] in a series to add predicated ADD/SUB instructions for SVE.
Diff Detail Event TimelineHerald added subscribers: kristof.beyls, tschuett, javed.absar, aemerson. · View Herald TranscriptDec 20 2017, 6:27 AM
Comment Actions Thanks Sander, LGTM
This revision is now accepted and ready to land.Jan 8 2018, 8:21 AM
Revision Contents
Diff 128934 lib/Target/AArch64/AArch64SVEInstrInfo.td
lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp
lib/Target/AArch64/SVEInstrFormats.td
test/MC/AArch64/SVE/add-diagnostics.s
test/MC/AArch64/SVE/add.s
test/MC/AArch64/SVE/sub-diagnostics.s
test/MC/AArch64/SVE/sub.s
|
It takes 4 registers, shouldn't the name be ADD_ZPmZZ? Same below