[NFC] Teach getInnermostLoopFor walk up the loop trees
authorMax Kazantsev <max.kazantsev@azul.com>
Sun, 17 Feb 2019 18:21:51 +0000 (18:21 +0000)
committerMax Kazantsev <max.kazantsev@azul.com>
Sun, 17 Feb 2019 18:21:51 +0000 (18:21 +0000)
commit4561475e0913db9dd36890284044190d6ab395de
tree90f391b5b4a03765de169d26d78239255f515584
parentf62aeda58dbc68912660d02cf67fa518e5d5bb24
[NFC] Teach getInnermostLoopFor walk up the loop trees

This should be NFC in current use case of this method, but it will
help to use it for solving more compex tasks in follow-up patches.

llvm-svn: 354227
llvm/lib/Transforms/Scalar/LoopSimplifyCFG.cpp