diff options
author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2015-11-11 18:44:33 +0000 |
---|---|---|
committer | Matt Arsenault <Matthew.Arsenault@amd.com> | 2015-11-11 18:44:33 +0000 |
commit | d8fed1b79393c8f52875fce1f733887a979e4637 (patch) | |
tree | 1b6db7b3985a6d663f6da32659470035c826dbe5 /llvm/lib/CodeGen/TargetLoweringBase.cpp | |
parent | b43962768a8e8d174b6674680a9e378a10f00924 (diff) | |
download | bcm5719-llvm-d8fed1b79393c8f52875fce1f733887a979e4637.tar.gz bcm5719-llvm-d8fed1b79393c8f52875fce1f733887a979e4637.zip |
Add target preference for GatherAllAliases max depth
llvm-svn: 252775
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringBase.cpp')
-rw-r--r-- | llvm/lib/CodeGen/TargetLoweringBase.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/TargetLoweringBase.cpp b/llvm/lib/CodeGen/TargetLoweringBase.cpp index 69eec888745..45c6c9e4b2a 100644 --- a/llvm/lib/CodeGen/TargetLoweringBase.cpp +++ b/llvm/lib/CodeGen/TargetLoweringBase.cpp @@ -774,6 +774,7 @@ TargetLoweringBase::TargetLoweringBase(const TargetMachine &tm) : TM(tm) { MinFunctionAlignment = 0; PrefFunctionAlignment = 0; PrefLoopAlignment = 0; + GatherAllAliasesMaxDepth = 6; MinStackArgumentAlignment = 1; InsertFencesForAtomic = false; MinimumJumpTableEntries = 4; |