This is an archive of the discontinued LLVM Phabricator instance.

[PGO] Update VP metadata after memory intrinsic optimization
ClosedPublic

Authored by tejohnson on Jun 13 2017, 1:08 PM.

Details

Summary

Leave an updated VP metadata on the fallback memcpy intrinsic after
specialization. This can be used for later possible expansion based on
the average of the remaining values.

Diff Detail

Repository
rL LLVM

Event Timeline

tejohnson created this revision.Jun 13 2017, 1:08 PM
davidxl accepted this revision.Jun 13 2017, 1:30 PM

lgtm

This revision is now accepted and ready to land.Jun 13 2017, 1:30 PM
This revision was automatically updated to reflect the committed changes.