This is an archive of the discontinued LLVM Phabricator instance.

[VPlan] Record underlying value for VPValues created by addVPValue (NFC).
ClosedPublic

Authored by fhahn on Mar 18 2020, 10:57 AM.

Details

Summary

Now that printing VPValues uses the underlying IR value name, if
available, recording the underlying value here improves printing.

Diff Detail

Event Timeline

fhahn created this revision.Mar 18 2020, 10:57 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 18 2020, 10:57 AM
Ayal accepted this revision.Mar 18 2020, 12:56 PM

Thanks for following-up quickly on https://reviews.llvm.org/D76200#inline-696071

This revision is now accepted and ready to land.Mar 18 2020, 12:56 PM
This revision was automatically updated to reflect the committed changes.