Move code for checking loop metadata into Analysis [nfc]
authorPhilip Reames <listmail@philipreames.com>
Thu, 10 Jun 2021 20:00:21 +0000 (13:00 -0700)
committerPhilip Reames <listmail@philipreames.com>
Thu, 10 Jun 2021 20:01:22 +0000 (13:01 -0700)
commitb6ee5f2b1df66987e65e1b636ba9ae1554b0334b
treec7eff8b84f680646c5db0498f2639ecd5d0ee2ca
parent14097fbb0818dab80676c0cd909116b1720f2c9f
Move code for checking loop metadata into Analysis [nfc]

I need the mustprogress loop metadata in ScalarEvolution and it makes sense to keep all the accessors for quering loop metadate together.
llvm/include/llvm/Analysis/LoopInfo.h
llvm/include/llvm/Transforms/Utils/LoopUtils.h
llvm/lib/Analysis/LoopInfo.cpp
llvm/lib/Transforms/Utils/LoopUtils.cpp