[PATCH] D39137: Add CallSiteSplitting pass

Jun Bum Lim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 30 14:10:49 PDT 2017


junbuml added a comment.

Hi David, 
Currently I placed this pass before IPSCCP, so ran performance tests (spec2000/2006/2017/llvm-test-suite) on aarch64.  No performance / size regression was observed. Still keep 20% performance gain in spec2017/gcc.  Please let me know if you are okay with this pass order.

Thanks,
Jun


https://reviews.llvm.org/D39137





More information about the llvm-commits mailing list