[PATCH] D40287: [X86][AVX2]: Adding full coverage of MC encoding for the AVX2 isa set.<NFC>
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Nov 25 08:51:29 PST 2017
RKSimon added a comment.
In https://reviews.llvm.org/D40287#933461, @gadi.haber wrote:
> You mean that each instruction should cover all registers?
> I did a quick check and it produces a huge number of tests that exceed 200k including AVX512.
> I, therefore, chose to use only representatives.
Not all registers, just the cases where the xmm8-15 (x86-64) variants have different encodings.
Repository:
rL LLVM
https://reviews.llvm.org/D40287
More information about the llvm-commits
mailing list