In this patch exposed ‘findDefsUsedOutsideOfLoop’ as a utility.
Found ‘findDefsUsedOutsideOfLoop’ is a common method and it should be moved as a utility.
It’s useful for the users of LoopVersioning.
Thanks,
Ashutosh
Paths
| Differential D12071
Exposing findDefsUsedOutsideOfLoop as a Loop utility ClosedPublic Authored by ashutosh.nema on Aug 16 2015, 8:51 PM.
Details
Summary In this patch exposed ‘findDefsUsedOutsideOfLoop’ as a utility. Found ‘findDefsUsedOutsideOfLoop’ is a common method and it should be moved as a utility. Thanks,
Diff Detail
Event Timelineashutosh.nema updated this object. anemet edited edge metadata. Comment ActionsShould be OK to commit after these changes. Thanks again. This revision is now accepted and ready to land.Aug 18 2015, 11:21 AM
Revision Contents
Diff 32264 include/llvm/Transforms/Utils/LoopUtils.h
lib/Transforms/Scalar/LoopDistribute.cpp
|
Nit: I don't think this second line is necessary to describe the API, I would drop it.