This is an archive of the discontinued LLVM Phabricator instance.

[Polly] Add regression tests for DeLICM reject cases.
ClosedPublic

Authored by Meinersbur on Feb 22 2017, 6:12 AM.

Details

Summary

These tests were not included in the main DeLICM commit. These check the cases where zone analysis cannot be successful because of assumption violations.

This uses the LLVM optimization remark infrastructure as it seems to be the best fit for this kind of messages.

Some more tests for why individual writes cannot be used as mapping target will follow.

Diff Detail

Event Timeline

Meinersbur created this revision.Feb 22 2017, 6:12 AM
grosser accepted this revision.Feb 22 2017, 6:21 AM

Wonderful!

This revision is now accepted and ready to land.Feb 22 2017, 6:21 AM
This revision was automatically updated to reflect the committed changes.