[PATCH] D42295: [AArch64][SVE] Asm: Add AND_ZI instructions and aliases

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 5 06:58:07 PST 2018


sdesmalen added inline comments.


================
Comment at: lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp:1666
+  DecodeZPRRegisterClass(Inst, Zdn, Addr, Decoder);
+  DecodeZPRRegisterClass(Inst, Zdn, Addr, Decoder);
+  Inst.addOperand(MCOperand::createImm(imm));
----------------
fhahn wrote:
> Is this exactly the same as above?
The same (tied) operand is added twice to the instruction, see line 470.


https://reviews.llvm.org/D42295





More information about the llvm-commits mailing list