[PATCH] D59636: [AArch64][SVE] Asm: error on unexpected SVE vector register type suffix
Sander de Smalen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 22 09:51:39 PDT 2019
sdesmalen accepted this revision.
sdesmalen added a comment.
This revision is now accepted and ready to land.
Thanks @c-rhodes, this was indeed a mismatch with the SVE spec. Minor nit: the SVE spill/fill instructions also take ZPRAny operands, you could add some tests for those instructions as well to ensure it is not limited to movprfx alone.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59636/new/
https://reviews.llvm.org/D59636
More information about the llvm-commits
mailing list