This is an archive of the discontinued LLVM Phabricator instance.

Move llvm::computeLoopSafetyInfo from LICM.cpp to LoopUtils.cpp. NFC
ClosedPublic

Authored by dmgreen on Feb 7 2018, 6:05 AM.

Details

Reviewers
olista01
Summary

Move computeLoopSafetyInfo, defined in Transforms/Utils/LoopUtils.h,
into the corresponding LoopUtils.cpp, as opposed to LICM where it resides
at the moment. This will allow other functions from Transforms/Utils
to reference it.

Diff Detail

Event Timeline

dmgreen created this revision.Feb 7 2018, 6:05 AM

Ping. Anyone mind OKing this? It's hopefully pretty trivial/uncontroversial.

olista01 accepted this revision.Feb 14 2018, 9:21 AM
olista01 added a subscriber: olista01.

LGTM

This revision is now accepted and ready to land.Feb 14 2018, 9:21 AM