[PATCH] D38175: [ARM] Make sure assembler rejects PC as an operand for VMOV.F16

Renato Golin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 22 08:08:54 PDT 2017


rengolin added a comment.

All similar VMOVs seem to have the same restriction, maybe we should update the whole lot at the same time?



================
Comment at: test/MC/ARM/fullfp16.s:261
+
+  vmov.f16 pc, r0
+@ ERROR-ARM: invalid operand for instruction
----------------
shouldn't this be s0 instead of r0?


https://reviews.llvm.org/D38175





More information about the llvm-commits mailing list