diff options
author | Nirav Dave <niravd@google.com> | 2017-02-26 01:27:32 +0000 |
---|---|---|
committer | Nirav Dave <niravd@google.com> | 2017-02-26 01:27:32 +0000 |
commit | 73cd0194cf0aee603a51e19dcb53fae67e72930a (patch) | |
tree | 37f5ca3e701993063c2d9038b6db3e6fc872f68f /llvm/lib/CodeGen/TargetLoweringBase.cpp | |
parent | 19ce92e20cd799c55a597d9b6fdb3560e7bf8a01 (diff) | |
download | bcm5719-llvm-73cd0194cf0aee603a51e19dcb53fae67e72930a.tar.gz bcm5719-llvm-73cd0194cf0aee603a51e19dcb53fae67e72930a.zip |
Revert "In visitSTORE, always use FindBetterChain, rather than only when UseAA is enabled."
This reverts commit r296252 until 256-bit operations are more efficiently generated in X86.
llvm-svn: 296279
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringBase.cpp')
-rw-r--r-- | llvm/lib/CodeGen/TargetLoweringBase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/TargetLoweringBase.cpp b/llvm/lib/CodeGen/TargetLoweringBase.cpp index 518417dd11e..5f021a17612 100644 --- a/llvm/lib/CodeGen/TargetLoweringBase.cpp +++ b/llvm/lib/CodeGen/TargetLoweringBase.cpp @@ -850,7 +850,7 @@ TargetLoweringBase::TargetLoweringBase(const TargetMachine &tm) : TM(tm) { MinFunctionAlignment = 0; PrefFunctionAlignment = 0; PrefLoopAlignment = 0; - GatherAllAliasesMaxDepth = 18; + GatherAllAliasesMaxDepth = 6; MinStackArgumentAlignment = 1; // TODO: the default will be switched to 0 in the next commit, along // with the Target-specific changes necessary. |