[PATCH] D27802: [X86] [AVX512] Minor fix in encoding of scalar EVEX instructions. NFC.

Gadi Haber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 15 05:28:28 PST 2016


gadi.haber created this revision.
gadi.haber added reviewers: delena, igorb.
gadi.haber added a subscriber: llvm-commits.
gadi.haber set the repository for this revision to rL LLVM.

Removed EVEX_V512 prefix from scalar EVEX instructions since HW ignores L'L bits anyway (LIG). 4 instructions are modified.
The changed encodings are validated with XED.


Repository:
  rL LLVM

https://reviews.llvm.org/D27802

Files:
  lib/Target/X86/X86InstrAVX512.td
  test/MC/X86/avx512-encodings.s
  test/MC/X86/intel-syntax-avx512.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27802.81566.patch
Type: text/x-patch
Size: 10398 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161215/8e34fc5f/attachment.bin>


More information about the llvm-commits mailing list