[PATCH] D41174: [X86][AVX512F_SCALAR]: Adding full coverage of MC encoding for the AVX512F_SCALAR isa sets.<NFC>

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 20 12:30:45 PST 2018


craig.topper updated this revision to Diff 179126.
craig.topper added a comment.

Rebase. I had to fix the fact that we now parse vmovss.s/vmovsd.s as a VEX instruction when possible. We also had some change involving vcvtss2si and similar instructions that were picking EVEX encodings but now use VEX.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D41174/new/

https://reviews.llvm.org/D41174

Files:
  test/MC/X86/AVX512F_SCALAR-32.s
  test/MC/X86/AVX512F_SCALAR-64.s





More information about the llvm-commits mailing list