[PATCH] D78804: [LICM] Precompute memory writers for AST aliasing analysis

Max Kazantsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 27 04:15:24 PDT 2020


mkazantsev added a comment.

Regarding MSSA: in my setup (we use custom pipeline, LICM takes ~8% total time) this patch gives 1% total and mean compile time decrease on workload (approx. 12.5% of LICM time). Turning on MSSA for all loop passes causes ~6% total and mean compile time increase. MSSA doesn't give any performance gains on my test. However I am not sure how representative this workload is, we might have gains in some other case.


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

https://reviews.llvm.org/D78804





More information about the llvm-commits mailing list