This is an archive of the discontinued LLVM Phabricator instance.

Split PGO memory intrinsic optimization into its own source file
ClosedPublic

Authored by tejohnson on Jun 15 2017, 1:19 PM.

Details

Summary

Split the PGOMemOPSizeOpt pass out from IndirectCallPromotion.cpp into
its own file.

Diff Detail

Repository
rL LLVM

Event Timeline

tejohnson created this revision.Jun 15 2017, 1:19 PM
davidxl accepted this revision.Jun 15 2017, 1:22 PM

lgtm

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