[PATCH] D30165: AArch64AsmParser: don't try to parse “[1]” for non-vector register operands

Oliver Stannard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 20 07:19:52 PST 2017


olista01 added a comment.

It looks like the comment about FMOVXDhighr is out of date, as that instruction now takes a VectorIndex1 operand, rather than having the "[1]" as part of the assembly string. I think you should still do a full MC Hammer run on AArch64 to check there are no other instructions we've missed.


https://reviews.llvm.org/D30165





More information about the llvm-commits mailing list