Skip to content

Commit 6c88ffe

Browse files
committed
[ARM] Fix the Changed value in the MVE lane interleaving pass.
1 parent 2a28d1d commit 6c88ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/ARM/MVELaneInterleavingPass.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ static bool tryInterleave(Instruction *Start,
303303
LLVM_DEBUG(dbgs() << " with " << *Shuf << "\n");
304304
}
305305

306-
return false;
306+
return true;
307307
}
308308

309309
bool MVELaneInterleaving::runOnFunction(Function &F) {

0 commit comments

Comments
 (0)