Skip to content

Commit 93c8468

Browse files
committed
[X86][NFC] Remove duplicate comments in X86CompressEVEX.cpp
1 parent 1dfb949 commit 93c8468

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

llvm/lib/Target/X86/X86CompressEVEX.cpp

-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@
1515
// c. NDD (EVEX) -> non-NDD (legacy)
1616
// d. NF_ND (EVEX) -> NF (EVEX)
1717
//
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-
//
2218
// Compression a, b and c can always reduce code size, with some exceptions
2319
// such as promoted 16-bit CRC32 which is as long as the legacy version.
2420
//

0 commit comments

Comments
 (0)