This is an archive of the discontinued LLVM Phabricator instance.

[Polly] Remove usage of the `apply` function
ClosedPublic

Authored by sanjoy on May 28 2016, 10:39 PM.

Details

Summary

API-wise apply is a somewhat unidiomatic one-off function, and
removing the only(?) use in polly will let me remove it from SCEV's
exposed interface.

Diff Detail

Repository
rL LLVM

Event Timeline

sanjoy updated this revision to Diff 58910.May 28 2016, 10:39 PM
sanjoy retitled this revision from to [Polly] Remove usage of the `apply` function.
sanjoy updated this object.
sanjoy added reviewers: grosser, jdoerfert, Meinersbur.
sanjoy added a subscriber: pollydev.
grosser edited edge metadata.May 28 2016, 11:17 PM
grosser added a subscriber: grosser.

LGTM.

This revision was automatically updated to reflect the committed changes.