[PATCH] D41443: [AArch64][SVE] Asm: Add predicated ADD/SUB instructions

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 8 08:21:16 PST 2018


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

Thanks Sander, LGTM



================
Comment at: lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp:95
+static DecodeStatus DecodePPR_3bRegisterClass(MCInst &Inst,
+                                              unsigned RegNo, uint64_t Address,
+                                              const void *Decode);
----------------
Looks like RegNo now could fit on the previous line ;-)


https://reviews.llvm.org/D41443





More information about the llvm-commits mailing list