[PATCH] D20276: [MBP] Reduce code size by running tail merging in MBP
Amaury SECHET via llvm-commits
llvm-commits at lists.llvm.org
Sun Jun 5 13:24:58 PDT 2016
deadalnix added inline comments.
================
Comment at: lib/CodeGen/MachineBlockPlacement.cpp:1360
@@ -1350,3 +1359,3 @@
}
void MachineBlockPlacement::optimizeBranches(MachineFunction &F) {
----------------
Alright, that is some very good findings. I don't mind if this is taken care of now or in subsequent diffs, but it seems like there is some more juice to squeeze on that one.
Repository:
rL LLVM
http://reviews.llvm.org/D20276
More information about the llvm-commits
mailing list