Skip to content

Commit 336d458

Browse files
committed
Remove redundant Instruction::Or case
1 parent a846efc commit 336d458

File tree

1 file changed

+0
-1
lines changed
  • llvm/lib/Transforms/Vectorize

1 file changed

+0
-1
lines changed

llvm/lib/Transforms/Vectorize/VPlan.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1356,7 +1356,6 @@ class VPInstruction : public VPRecipeWithIRFlags,
13561356
if (Instruction::isBinaryOp(getOpcode()))
13571357
return false;
13581358
switch (getOpcode()) {
1359-
case Instruction::Or:
13601359
case Instruction::ICmp:
13611360
case Instruction::Select:
13621361
case VPInstruction::AnyOf:

0 commit comments

Comments
 (0)