We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a313a91 commit 4eadfedCopy full SHA for 4eadfed
llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
@@ -699,12 +699,12 @@ bool VPInstruction::opcodeMayReadOrWriteFromMemory() const {
699
case Instruction::ICmp:
700
case Instruction::Select:
701
case VPInstruction::AnyOf:
702
- case VPInstruction::Not:
703
case VPInstruction::CalculateTripCountMinusVF:
704
case VPInstruction::CanonicalIVIncrementForPart:
705
case VPInstruction::ExtractFromEnd:
706
case VPInstruction::FirstOrderRecurrenceSplice:
707
case VPInstruction::LogicalAnd:
+ case VPInstruction::Not:
708
case VPInstruction::PtrAdd:
709
return false;
710
default:
0 commit comments