Skip to content

Commit 09086e3

Browse files
committed
Remove TODO about calls
1 parent 711deb9 commit 09086e3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,6 @@ bool VPRecipeBase::mayReadFromMemory() const {
132132
case VPInstruction::PtrAdd:
133133
return false;
134134
default:
135-
// TODO: for calls, we can use attributes of the called function to rule
136-
// out memory reads.
137135
return true;
138136
}
139137
case VPWidenLoadEVLSC:

0 commit comments

Comments
 (0)