[PATCH] D40287: [X86][AVX][AVX2]: Adding full coverage of MC encoding for the AVX, AVX2 isa set.<NFC>
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 14 09:42:02 PST 2017
craig.topper added a comment.
Are gather instructions in a different ISA set? Architecturally they are part of AVX2, but i don't see them here.
This also doesn't appear to test the VEX.X bit since your addresses never use r8-r15 for an index.
Repository:
rL LLVM
https://reviews.llvm.org/D40287
More information about the llvm-commits
mailing list