[llvm] 93c8468 - [X86][NFC] Remove duplicate comments in X86CompressEVEX.cpp

Shengchen Kan via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 7 21:52:44 PST 2024


Author: Shengchen Kan
Date: 2024-01-08T13:52:18+08:00
New Revision: 93c8468c6cd154efb8fae16a4025e116be8181c7

URL: https://github.com/llvm/llvm-project/commit/93c8468c6cd154efb8fae16a4025e116be8181c7
DIFF: https://github.com/llvm/llvm-project/commit/93c8468c6cd154efb8fae16a4025e116be8181c7.diff

LOG: [X86][NFC] Remove duplicate comments in X86CompressEVEX.cpp

Added: 
    

Modified: 
    llvm/lib/Target/X86/X86CompressEVEX.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/X86/X86CompressEVEX.cpp b/llvm/lib/Target/X86/X86CompressEVEX.cpp
index 07b59437fe2f83..3e839683b03962 100644
--- a/llvm/lib/Target/X86/X86CompressEVEX.cpp
+++ b/llvm/lib/Target/X86/X86CompressEVEX.cpp
@@ -15,10 +15,6 @@
 //   c. NDD (EVEX) -> non-NDD (legacy)
 //   d. NF_ND (EVEX) -> NF (EVEX)
 //
-// Compression a, b and c always reduce code size (some exception)
-// fourth type of compression can help hardware decode although the instruction
-// length remains unchanged.
-//
 // Compression a, b and c can always reduce code size, with some exceptions
 // such as promoted 16-bit CRC32 which is as long as the legacy version.
 //


        


More information about the llvm-commits mailing list