This is an archive of the discontinued LLVM Phabricator instance.

Merge TempScopInfo into ScopInfo
ClosedPublic

Authored by Meinersbur on Sep 8 2015, 7:43 AM.

Details

Summary

The TempScopInfo (-polly-analyze-ir) pass is removed and its work taken over by
ScopInfo (-polly-scops). Several tests depend on -polly-analyze-ir and use
-polly-scops instead which for the moment simplly prints the output of both
passes. This again is not expected by some other passes which have been adapted.

Diff Detail

Event Timeline

Meinersbur updated this revision to Diff 34215.Sep 8 2015, 7:43 AM
Meinersbur retitled this revision from to Merge TempScopInfo into ScopInfo.
Meinersbur updated this object.
Meinersbur added reviewers: grosser, jdoerfert.
Meinersbur added a project: Restricted Project.
Meinersbur added subscribers: llvm-commits, pollydev.

LGTM

Meinersbur updated this revision to Diff 34331.Sep 9 2015, 7:20 AM

Rebase to r247142

Meinersbur accepted this revision.Sep 10 2015, 8:26 AM
Meinersbur added a reviewer: Meinersbur.
This revision is now accepted and ready to land.Sep 10 2015, 8:26 AM
Meinersbur closed this revision.Sep 10 2015, 8:27 AM

Committed as r247288