[PATCH] D39952: [X86]: Adding full coverage of MC encoding for all X86 ISA Sets.NFC
Gadi Haber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 15 03:40:36 PST 2017
gadi.haber added a comment.
Simon, splitting the instructions based on the CPUID bit is referred actually according to "CPU extension".
There are a total of 62 extensions.
I can do it according to extensions. The only problem with that is that it will complicate the generation of the tests.
Repository:
rL LLVM
https://reviews.llvm.org/D39952
More information about the llvm-commits
mailing list