[PATCH] D48823: [AArch64][SVE] Asm: Support for FMUL (indexed)

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 3 04:11:08 PDT 2018


fhahn accepted this revision.
fhahn added a comment.
This revision is now accepted and ready to land.

LGTM, thanks!



================
Comment at: lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp:509
+static DecodeStatus DecodeZPR_4bRegisterClass(MCInst &Inst, unsigned RegNo,
+                                           uint64_t Address,
+                                           const void* Decoder) {
----------------
nit: misaligned


================
Comment at: lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp:517
+static DecodeStatus DecodeZPR_3bRegisterClass(MCInst &Inst, unsigned RegNo,
+                                           uint64_t Address,
+                                           const void* Decoder) {
----------------
nit: misaligned


https://reviews.llvm.org/D48823





More information about the llvm-commits mailing list