This is an archive of the discontinued LLVM Phabricator instance.

[Polly] Untangle ScopInfo lit-testcases from specifics of the legacy-PM
ClosedPublic

Authored by philip.pfaffe on Jul 21 2017, 8:12 AM.

Details

Summary

For the ScopInfo lit testsuite, this patch removes some dependences on output behaviour of the legacy PM.

In most cases, these tests checked the tool output for labels created by the pass printer in the legacy PM. This doesn't work for the new PM anymore. Untangling the testcases is the first step to porting the testsuite for the new PM infrastructure.

Diff Detail

Repository
rL LLVM

Event Timeline

philip.pfaffe created this revision.Jul 21 2017, 8:12 AM
grosser accepted this revision.Jul 21 2017, 8:56 AM

LGTM! Very nice!

This revision is now accepted and ready to land.Jul 21 2017, 8:56 AM
This revision was automatically updated to reflect the committed changes.