We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dfb949 commit 93c8468Copy full SHA for 93c8468
llvm/lib/Target/X86/X86CompressEVEX.cpp
@@ -15,10 +15,6 @@
15
// c. NDD (EVEX) -> non-NDD (legacy)
16
// d. NF_ND (EVEX) -> NF (EVEX)
17
//
18
-// Compression a, b and c always reduce code size (some exception)
19
-// fourth type of compression can help hardware decode although the instruction
20
-// length remains unchanged.
21
-//
22
// Compression a, b and c can always reduce code size, with some exceptions
23
// such as promoted 16-bit CRC32 which is as long as the legacy version.
24
0 commit comments