This is an archive of the discontinued LLVM Phabricator instance.

[Polly][NewPM] Port CodeGen to the new PM
ClosedPublic

Authored by philip.pfaffe on May 22 2017, 3:03 PM.

Details

Summary

To move CG to the new PM I outlined the various helper that were previously members of the CG class into free static functions. The CG class itself I moved into a header, which is required because we need to include it in RegisterPasses eventually.

Diff Detail

Repository
rL LLVM

Event Timeline

philip.pfaffe created this revision.May 22 2017, 3:03 PM
grosser accepted this revision.May 22 2017, 8:23 PM

LGTM

This revision is now accepted and ready to land.May 22 2017, 8:23 PM
This revision was automatically updated to reflect the committed changes.