This is an archive of the discontinued LLVM Phabricator instance.

[Polly] Remove Analysis Output of TempScopInfo
ClosedPublic

Authored by Meinersbur on Sep 23 2015, 1:54 PM.

Details

Summary

After the merge of TempScopInfo into ScopInfo the analysis output remained because of the existing unit tests. These remains are removed and the units tests converted to match the equivalent output of ScopInfo's analysis output. The unit tests are also moved into the the directory of ScopInfo tests.

Diff Detail

Repository
rL LLVM

Event Timeline

Meinersbur updated this revision to Diff 35551.Sep 23 2015, 1:54 PM
Meinersbur retitled this revision from to [Polly] Remove Analysis Output of TempScopInfo.
Meinersbur updated this object.
Meinersbur added reviewers: grosser, jdoerfert.
Meinersbur added a project: Restricted Project.
Meinersbur added subscribers: pollydev, llvm-commits.
grosser edited edge metadata.Sep 23 2015, 10:38 PM
grosser added a subscriber: grosser.

LGTM

This revision was automatically updated to reflect the committed changes.