[PATCH] D63055: [X86] NFCI : Comment updation for EVEX to VEX translation.

Jatin Bhateja via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 9 02:23:35 PDT 2019


jbhateja created this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rL LLVM

https://reviews.llvm.org/D63055

Files:
  lib/Target/X86/X86EvexToVex.cpp


Index: lib/Target/X86/X86EvexToVex.cpp
===================================================================
--- lib/Target/X86/X86EvexToVex.cpp
+++ lib/Target/X86/X86EvexToVex.cpp
@@ -12,9 +12,9 @@
 /// are encoded using the EVEX prefix and if possible replaces them by their
 /// corresponding VEX encoding which is usually shorter by 2 bytes.
 /// EVEX instructions may be encoded via the VEX prefix when the AVX-512
-/// instruction has a corresponding AVX/AVX2 opcode and when it does not
-/// use the xmm or the mask registers or xmm/ymm registers with indexes
-/// higher than 15.
+/// instruction has a corresponding AVX/AVX2 opcode, when instruction accesses
+/// less than 512 bit of vector and when it does not use the xmm or the
+/// mask registers or xmm/ymm registers with indexes higher than 15.
 /// The pass applies code reduction on the generated code for AVX-512 instrs.
 //
 //===----------------------------------------------------------------------===//


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63055.203726.patch
Type: text/x-patch
Size: 974 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190609/57da2179/attachment-0001.bin>


More information about the llvm-commits mailing list