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

David Li via llvm-commits llvm-commits at lists.llvm.org
Fri May 6 13:31:29 PDT 2016


davidxl added a comment.

The test case can be further simplified .. (e.g, by disabing licm with O2 -emit-llvm -S).   Also make x a local variable and just test 'g', let function return x.


http://reviews.llvm.org/D19950





More information about the llvm-commits mailing list