[PATCH] D19950: Use frequency info to guide Loop Invariant Code Motion.

David Li via llvm-commits llvm-commits at lists.llvm.org
Mon May 9 16:19:20 PDT 2016


davidxl added a comment.

My concern is that static prediction can certainly get it wrong leading to performance regression. I suggest only check this when real profile data is available.


http://reviews.llvm.org/D19950





More information about the llvm-commits mailing list