forked from OSchip/llvm-project
[ARM] Fix the Changed value in the MVE lane interleaving pass.
This commit is contained in:
parent
2a28d1d3b7
commit
6c88ffeda3
|
@ -303,7 +303,7 @@ static bool tryInterleave(Instruction *Start,
|
|||
LLVM_DEBUG(dbgs() << " with " << *Shuf << "\n");
|
||||
}
|
||||
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
bool MVELaneInterleaving::runOnFunction(Function &F) {
|
||||
|
|
Loading…
Reference in New Issue