Skip to content

Commit 44b1767

Browse files
committed
[VPlan] Remove stale comment from VPTransformState::get (NFC)
All values accessed via get are now part of VPTransformState, the ILV reference in the comment has been removed a long time ago. Remove the stale comment.
1 parent 1f57800 commit 44b1767

File tree

1 file changed

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

1 file changed

+1
-4
lines changed

llvm/lib/Transforms/Vectorize/VPlan.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -261,10 +261,7 @@ struct VPTransformState {
261261
DenseMap<VPValue *, ScalarsPerPartValuesTy> PerPartScalars;
262262
} Data;
263263

264-
/// Get the generated Value for a given VPValue and a given Part. Note that
265-
/// as some Defs are still created by ILV and managed in its ValueMap, this
266-
/// method will delegate the call to ILV in such cases in order to provide
267-
/// callers a consistent API.
264+
/// Get the generated Value for the given VPValue \p Def and the given \p Part.
268265
/// \see set.
269266
Value *get(VPValue *Def, unsigned Part);
270267

0 commit comments

Comments
 (0)