projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e319ca
)
[X86] Fix typo in comment. NFC
author
Craig Topper
<craig.topper@intel.com>
Tue, 17 Oct 2017 04:17:54 +0000
(
04:17
+0000)
committer
Craig Topper
<craig.topper@intel.com>
Tue, 17 Oct 2017 04:17:54 +0000
(
04:17
+0000)
llvm-svn: 315969
llvm/lib/Target/X86/X86EvexToVex.cpp
patch
|
blob
|
history
diff --git
a/llvm/lib/Target/X86/X86EvexToVex.cpp
b/llvm/lib/Target/X86/X86EvexToVex.cpp
index
1113d94
..
cc45c1f
100644
(file)
--- a/
llvm/lib/Target/X86/X86EvexToVex.cpp
+++ b/
llvm/lib/Target/X86/X86EvexToVex.cpp
@@
-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 w
u
ith 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.
//