projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33b1c30
)
Increase default setting of tail-merge-threshold to
author
Dale Johannesen
<dalej@apple.com>
Mon, 27 Oct 2008 02:10:21 +0000
(
02:10
+0000)
committer
Dale Johannesen
<dalej@apple.com>
Mon, 27 Oct 2008 02:10:21 +0000
(
02:10
+0000)
150, based on llvm-test measurements.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58225
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/BranchFolding.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/BranchFolding.cpp
b/lib/CodeGen/BranchFolding.cpp
index 3b30423c52b078fe46e28ced3a327c4a1624343c..aedd7c9be7e58274526dccf458c62a2db4c6a32e 100644
(file)
--- a/
lib/CodeGen/BranchFolding.cpp
+++ b/
lib/CodeGen/BranchFolding.cpp
@@
-42,7
+42,7
@@
static cl::opt<cl::boolOrDefault> FlagEnableTailMerge("enable-tail-merge",
static cl::opt<unsigned>
TailMergeThreshold("tail-merge-threshold",
cl::desc("Max number of predecessors to consider tail merging"),
- cl::init(1
0
0), cl::Hidden);
+ cl::init(1
5
0), cl::Hidden);
namespace {
struct VISIBILITY_HIDDEN BranchFolder : public MachineFunctionPass {