[PATCH] D98176: Introduce a generic operator to apply complex operations to BitVector
    serge via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Mar 12 11:35:22 PST 2021
    
    
  
serge-sans-paille added a comment.
With the patch, running `perf stat ./bin/clang -w -c sqlite3.c -o/dev/null` (basically compiling the SQLite amalgametion), I get
  5,959,419,554      instructions
without the patch, I get
  5,970,690,708      instructions
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D98176/new/
https://reviews.llvm.org/D98176
    
    
More information about the llvm-commits
mailing list