This is an archive of the discontinued LLVM Phabricator instance.

Refactor Code inside LoopVectorizer's function isInductionVariable
ClosedPublic

Authored by karthikthecool on Mar 25 2015, 7:54 AM.

Details

Summary

Hi Adam, Renato,
I would like to reuse code inside isInductionVariable in one of my Pass.
This patch refactors the code and exposes function isInductionPHI. No functionality change.

Please let me know if this is good to commit.

Thanks and Regards
Karthik Bhat

Diff Detail

Event Timeline

karthikthecool retitled this revision from to Refactor Code inside LoopVectorizer's function isInductionVariable.
karthikthecool updated this object.
karthikthecool edited the test plan for this revision. (Show Details)
karthikthecool added a subscriber: Unknown Object (MLST).
anemet added a subscriber: anemet.Mar 25 2015, 9:46 AM

test comment fr inline commenting

karthikthecool accepted this revision.Mar 26 2015, 8:48 PM
karthikthecool added a reviewer: karthikthecool.

Thanks Arnold. Committed as r233352.

This revision is now accepted and ready to land.Mar 26 2015, 8:48 PM