This is an archive of the discontinued LLVM Phabricator instance.

[Polly][NewPM] Port IslAst to the new ScopPassManager
ClosedPublic

Authored by philip.pfaffe on May 22 2017, 2:59 PM.

Details

Summary

This patch ports IslAst to the new PM. The change is mostly straightforward. The only major modification required is making IslAst move-only, to correctly manage the isl resources it owns.

Diff Detail

Repository
rL LLVM

Event Timeline

philip.pfaffe created this revision.May 22 2017, 2:59 PM
grosser accepted this revision.May 22 2017, 8:22 PM

LGTM.

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