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 711deb9 commit 09086e3Copy full SHA for 09086e3
llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
@@ -132,8 +132,6 @@ bool VPRecipeBase::mayReadFromMemory() const {
132
case VPInstruction::PtrAdd:
133
return false;
134
default:
135
- // TODO: for calls, we can use attributes of the called function to rule
136
- // out memory reads.
137
return true;
138
}
139
case VPWidenLoadEVLSC:
0 commit comments