[PATCH] D15118: [InstCombine] Make MatchBSwap also match bit reversals
    David Majnemer via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Dec  2 08:04:49 PST 2015
    
    
  
majnemer added a comment.
Do you have data on how this change impacts compile time?
================
Comment at: lib/Transforms/InstCombine/InstCombineAndOrXor.cpp:20
@@ -19,2 +19,3 @@
 #include "llvm/Transforms/Utils/CmpInstAnalysis.h"
+#include "llvm/ADT/StringExtras.h"
 using namespace llvm;
----------------
Please sort this include.
Repository:
  rL LLVM
http://reviews.llvm.org/D15118
    
    
More information about the llvm-commits
mailing list