[PATCH] D23383: Branch Folding: Accept explicit threshold for tail merge size.

David Li via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 12 21:49:13 PDT 2016


davidxl added inline comments.

================
Comment at: lib/CodeGen/BranchFolding.h:33
@@ -33,1 +32,3 @@
+    explicit BranchFolder(bool defaultEnableTailMerge,
+                          unsigned MinCommonTailLength, bool CommonHoist,
                           MBFIWrapper &MBFI,
----------------
Make it the last parameter with a default. Also document the new parameter and the expected behavior.


Repository:
  rL LLVM

https://reviews.llvm.org/D23383





More information about the llvm-commits mailing list