[PATCH] D35989: [SCEV][NFC] Introduces expression sizes estimation
    Max Kazantsev via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Aug  2 19:40:39 PDT 2017
    
    
  
mkazantsev added a comment.
Seems that I've missed the comment here.
I will do some experiments with estimation of number of SCEVs. The tricky thing is that this work is done to reduce this number, for example the follow-up change https://reviews.llvm.org/D35990 does it. But you're right that it would be nice to have such a statistics.
https://reviews.llvm.org/D35989
    
    
More information about the llvm-commits
mailing list