Lift alignment restrictions for load/store folding on VINSERTF128/VEXTRACTF128. Fixes PR17268.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190916 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Craig Topper
2013-09-18 03:55:53 +00:00
parent 0b956507ca
commit 4acd20a20b
4 changed files with 12 additions and 13 deletions

View File

@@ -51,7 +51,7 @@ static cl::opt<int>
"number "));
namespace {
static const unsigned MinVecRegSize = 128;
static const unsigned MinVecRegSize = 256;
static const unsigned RecursionMaxDepth = 12;