[PATCH] D45681: [AArch64][SVE] Asm: Support for structured ST2, ST3 and ST4 (scalar+imm) store instructions.
Sander de Smalen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 20 03:04:56 PDT 2018
sdesmalen updated this revision to Diff 143273.
sdesmalen added a comment.
- Fixed diagnostic message for st4 (immediate needs to be a multiple of 4)
https://reviews.llvm.org/D45681
Files:
lib/Target/AArch64/AArch64SVEInstrInfo.td
lib/Target/AArch64/SVEInstrFormats.td
test/MC/AArch64/SVE/st2b-diagnostics.s
test/MC/AArch64/SVE/st2b.s
test/MC/AArch64/SVE/st2d-diagnostics.s
test/MC/AArch64/SVE/st2d.s
test/MC/AArch64/SVE/st2h-diagnostics.s
test/MC/AArch64/SVE/st2h.s
test/MC/AArch64/SVE/st2w-diagnostics.s
test/MC/AArch64/SVE/st2w.s
test/MC/AArch64/SVE/st3b-diagnostics.s
test/MC/AArch64/SVE/st3b.s
test/MC/AArch64/SVE/st3d-diagnostics.s
test/MC/AArch64/SVE/st3d.s
test/MC/AArch64/SVE/st3h-diagnostics.s
test/MC/AArch64/SVE/st3h.s
test/MC/AArch64/SVE/st3w-diagnostics.s
test/MC/AArch64/SVE/st3w.s
test/MC/AArch64/SVE/st4b-diagnostics.s
test/MC/AArch64/SVE/st4b.s
test/MC/AArch64/SVE/st4d-diagnostics.s
test/MC/AArch64/SVE/st4d.s
test/MC/AArch64/SVE/st4h-diagnostics.s
test/MC/AArch64/SVE/st4h.s
test/MC/AArch64/SVE/st4w-diagnostics.s
test/MC/AArch64/SVE/st4w.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45681.143273.patch
Type: text/x-patch
Size: 56135 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180420/a7c70e09/attachment.bin>
More information about the llvm-commits
mailing list