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

Chad Rosier via llvm-commits llvm-commits at lists.llvm.org
Thu May 5 05:58:52 PDT 2016


mcrosier added inline comments.

================
Comment at: test/Other/pass-pipelines.ll:40
@@ -39,1 +39,3 @@
 ; CHECK-O2: Loop Pass Manager
+; CHECK-O2: Branch Probability Analysis
+; CHECK-O2: Block Frequency Analysis
----------------
mcrosier wrote:
> I may be missing something here, but is this test even relevant to this patch?
I guess this just shows the BPA/BFA is being added to the pipeline?  We also need a test in test/Transforms/LICM..


http://reviews.llvm.org/D19950





More information about the llvm-commits mailing list