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

Kyle Butt via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 10 16:42:25 PDT 2016


iteratee created this revision.
iteratee added a reviewer: davidxl.
iteratee added subscribers: llvm-commits, echristo.
iteratee set the repository for this revision to rL LLVM.

This is prep work for allowing the threshold to be different during layout,
and to enforce a single threshold between merging and duplicating during
layout. No observable change intended.


Repository:
  rL LLVM

https://reviews.llvm.org/D23383

Files:
  lib/CodeGen/BranchFolding.cpp
  lib/CodeGen/BranchFolding.h
  lib/CodeGen/IfConversion.cpp
  lib/CodeGen/MachineBlockPlacement.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23383.67630.patch
Type: text/x-patch
Size: 10294 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160810/408f5252/attachment.bin>


More information about the llvm-commits mailing list