[llvm] [LoopIdiomRecognizer] Implement CRC recognition (PR #79295)
    Craig Topper via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Feb 21 19:58:42 PST 2024
    
    
  
================
@@ -135,6 +137,9 @@ static cl::opt<bool> UseLIRCodeSizeHeurs(
              "with -Os/-Oz"),
     cl::init(true), cl::Hidden);
 
+static cl::opt<bool> CRCRecognize("recognize-crc", cl::desc("CRC RECOGNIZE"),
----------------
topperc wrote:
Description should not be in all caps
https://github.com/llvm/llvm-project/pull/79295
    
    
More information about the llvm-commits
mailing list