This is an archive of the discontinued LLVM Phabricator instance.

Extract out LPPassManager::cloneLoop
AbandonedPublic

Authored by sanjoy on Dec 16 2014, 2:00 PM.

Details

Reviewers
None
Summary

This is depended on by the next change.

Diff Detail

Event Timeline

sanjoy updated this revision to Diff 17359.Dec 16 2014, 2:00 PM
sanjoy retitled this revision from to Extract out LPPassManager::cloneLoop.
sanjoy updated this object.
sanjoy edited the test plan for this revision. (Show Details)
sanjoy added a subscriber: Unknown Object (MLST).
reames added a subscriber: reames.Dec 29 2014, 2:22 PM
reames added inline comments.
include/llvm/Analysis/LoopPass.h
148

What does PL stand for? ParentLoop? A better name may be called for here.

Also, I'm not sure LPM is the right place for this. Possibly Transforms/Utils/LoopUtils.h?

lib/Analysis/LoopPass.cpp
317

Parens?

sanjoy abandoned this revision.Jan 21 2015, 12:22 AM