[PATCH] D39792: [AArch64][SVE] Asm: More concise test format
Sander de Smalen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 8 05:09:33 PST 2017
sdesmalen added a comment.
Thanks for the quick feedback all! Indeed, negative testing is important. Most of the instructions that I'm planning to add we have a separate set of negative tests. This includes ADD|SUB, although the current set of negative tests currently addresses other cases like e.g. out-of-bound immediates, not yet exercised by the unpredicated add/sub from my previous patch. I'll see if I can update the negative-test generator to include the cases mentioned by Florian.
https://reviews.llvm.org/D39792
More information about the llvm-commits
mailing list