[all-commits] [llvm/llvm-project] b6ee5f: Move code for checking loop metadata into Analysis...
Philip Reames via All-commits
all-commits at lists.llvm.org
Thu Jun 10 13:01:48 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b6ee5f2b1df66987e65e1b636ba9ae1554b0334b
https://github.com/llvm/llvm-project/commit/b6ee5f2b1df66987e65e1b636ba9ae1554b0334b
Author: Philip Reames <listmail at philipreames.com>
Date: 2021-06-10 (Thu, 10 Jun 2021)
Changed paths:
M llvm/include/llvm/Analysis/LoopInfo.h
M llvm/include/llvm/Transforms/Utils/LoopUtils.h
M llvm/lib/Analysis/LoopInfo.cpp
M llvm/lib/Transforms/Utils/LoopUtils.cpp
Log Message:
-----------
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.
More information about the All-commits
mailing list