[PATCH] D49593: [AArch64][SVE] Asm: Enable instructions to be prefixed.

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 20 02:43:38 PDT 2018


sdesmalen added a comment.

It is probably worth noting that the positive and negative tests to explicitly test that instructions (and/or specific forms of those instructions) are or are not movprfx-able, are auto-generated using a separate tool (so my apologies for the large diff :)). The movprfx-diagnostics.s is worth pointing out as testing the specific rules of the MOVPRFX instruction.


https://reviews.llvm.org/D49593





More information about the llvm-commits mailing list