Skip to content

Commit 4ce5506

Browse files
authored
[Post-Commit] Add missing break
llvm#145232
1 parent 93c9684 commit 4ce5506

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/Transforms/Vectorize/VectorCombine.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4488,6 +4488,7 @@ bool VectorCombine::run() {
44884488
case Instruction::ExtractElement:
44894489
if (foldShuffleChainsToReduce(I))
44904490
return true;
4491+
break;
44914492
case Instruction::ICmp:
44924493
case Instruction::FCmp:
44934494
if (foldExtractExtract(I))

0 commit comments

Comments
 (0)