[ARM] Fix the Changed value in the MVE lane interleaving pass.

This commit is contained in:
David Green 2021-03-28 23:47:53 +01:00
parent 2a28d1d3b7
commit 6c88ffeda3
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@ static bool tryInterleave(Instruction *Start,
LLVM_DEBUG(dbgs() << " with " << *Shuf << "\n");
}
return false;
return true;
}
bool MVELaneInterleaving::runOnFunction(Function &F) {