[PATCH] D19707: [MBP] Split block placement and block alignment. NFC.
Haicheng Wu via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 29 13:27:35 PDT 2016
haicheng marked an inline comment as done.
================
Comment at: lib/CodeGen/MachineBlockPlacement.cpp:1206
@@ +1205,3 @@
+ // loop rotations done during this layout pass.
+ // FIXME: Use Function::optForSize().
+ if (F.getFunction()->hasFnAttribute(Attribute::OptimizeForSize))
----------------
deadalnix wrote:
> I assume this is the next step.
Thank you, Amaury. The fix is in D19741.
Repository:
rL LLVM
http://reviews.llvm.org/D19707
More information about the llvm-commits
mailing list