mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-03 18:32:50 +00:00
this wasn't intended to be committed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66054 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1541e0f7da
commit
0ff83ab985
@ -287,8 +287,7 @@ bool SROA::performScalarRepl(Function &F) {
|
||||
const Type *VectorTy = 0;
|
||||
bool HadAVector = false;
|
||||
if (CanConvertToScalar(AI, IsNotTrivial, VectorTy, HadAVector,
|
||||
0, unsigned(AllocaSize)) && IsNotTrivial &&
|
||||
AllocaSize <= 128) {
|
||||
0, unsigned(AllocaSize)) && IsNotTrivial) {
|
||||
AllocaInst *NewAI;
|
||||
// If we were able to find a vector type that can handle this with
|
||||
// insert/extract elements, and if there was at least one use that had
|
||||
|
Loading…
x
Reference in New Issue
Block a user