Skip to content

Commit 4eadfed

Browse files
committed
Order alphabetically
1 parent a313a91 commit 4eadfed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,12 +699,12 @@ bool VPInstruction::opcodeMayReadOrWriteFromMemory() const {
699699
case Instruction::ICmp:
700700
case Instruction::Select:
701701
case VPInstruction::AnyOf:
702-
case VPInstruction::Not:
703702
case VPInstruction::CalculateTripCountMinusVF:
704703
case VPInstruction::CanonicalIVIncrementForPart:
705704
case VPInstruction::ExtractFromEnd:
706705
case VPInstruction::FirstOrderRecurrenceSplice:
707706
case VPInstruction::LogicalAnd:
707+
case VPInstruction::Not:
708708
case VPInstruction::PtrAdd:
709709
return false;
710710
default:

0 commit comments

Comments
 (0)