[PATCH] D35989: [SCEV][NFC] Introduces expression sizes estimation

Daniil Suchkov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 19 04:51:06 PDT 2017


DaniilSuchkov added a comment.

I've done clang bootstrap with this patch and gathered SCEV statistics: maximum number of SCEVs alive simultaneously is 209373; assuming sizeof(unsigned)==4 it's ~0.8MiB overhead.


https://reviews.llvm.org/D35989





More information about the llvm-commits mailing list