[PATCH] D73835: [IRBuilder] Virtualize IRBuilder

David Chisnall via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 11 08:27:05 PST 2020


theraven added a comment.

Please can we have some perf comparisons for just -emit-llvm (not invoking any of the back-end infrastructure)?  Given the numbers so far, I'd expect these to also be in the noise, but even at -O0 a quite significant proportion of the compile time is spent after the stages that use IRBuilder.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73835/new/

https://reviews.llvm.org/D73835





More information about the llvm-commits mailing list