This is an archive of the discontinued LLVM Phabricator instance.

[SCEV] Use const Loop *L instead of Loop *L
ClosedPublic

Authored by huihuiz on Mar 17 2017, 10:31 AM.

Details

Summary

Use const pointer in the trip count and trip multiple calculations.

Diff Detail

Repository
rL LLVM

Event Timeline

huihuiz created this revision.Mar 17 2017, 10:31 AM
efriedma accepted this revision.Mar 17 2017, 10:36 AM
This revision is now accepted and ready to land.Mar 17 2017, 10:36 AM