The latest improvements to VPValue printing make this mapping clear when
printing the operand. Printing the mapping separately is not required
any longer.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Minor nit.
Thanks for following up quickly on https://reviews.llvm.org/D76200#inline-694794
llvm/lib/Transforms/Vectorize/VPlan.cpp | ||
---|---|---|
582–583 | This second if is now redundant. Once we can assign VPValues (meaningful) names, this should be removed as well. |
This second if is now redundant.
Once we can assign VPValues (meaningful) names, this should be removed as well.