[llvm] r315969 - [X86] Fix typo in comment. NFC
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 16 21:17:54 PDT 2017
Author: ctopper
Date: Mon Oct 16 21:17:54 2017
New Revision: 315969
URL: http://llvm.org/viewvc/llvm-project?rev=315969&view=rev
Log:
[X86] Fix typo in comment. NFC
Modified:
llvm/trunk/lib/Target/X86/X86EvexToVex.cpp
Modified: llvm/trunk/lib/Target/X86/X86EvexToVex.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/X86EvexToVex.cpp?rev=315969&r1=315968&r2=315969&view=diff
==============================================================================
--- llvm/trunk/lib/Target/X86/X86EvexToVex.cpp (original)
+++ llvm/trunk/lib/Target/X86/X86EvexToVex.cpp Mon Oct 16 21:17:54 2017
@@ -14,7 +14,7 @@
/// 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 wuith indexes
+/// 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.
//
More information about the llvm-commits
mailing list