[PATCH] D32324: CodeGen: BlockPlacement: Increase tail duplication size for O3.

David Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 20 16:35:25 PDT 2017


davidxl added inline comments.


================
Comment at: lib/CodeGen/MachineBlockPlacement.cpp:2649
 
+  unsigned TailDupSize = TailDupPlacementThreshold;
+
----------------
Is it better to have two parameters: TailDupThreshold and TailDupAggressiveThreshold? The later can be used for O3. 


Repository:
  rL LLVM

https://reviews.llvm.org/D32324





More information about the llvm-commits mailing list