[PATCH] D20177: [MBP] Factor out the optimizations on branch conditions and unanalyzable branches. NFCI.

Amaury SECHET via llvm-commits llvm-commits at lists.llvm.org
Mon May 16 02:31:30 PDT 2016


deadalnix added a comment.

Ok it doesn't looks liek anyone has objections. Let get the details nailed and merge this.


================
Comment at: lib/CodeGen/MachineBlockPlacement.cpp:1323
@@ -1321,2 +1322,3 @@
       // is mistakenly pointing to "*BI".
       //
+      PrevBB->updateTerminator();
----------------
Part of this comment should be moved with the code.


Repository:
  rL LLVM

http://reviews.llvm.org/D20177





More information about the llvm-commits mailing list