commit | 5bd84cc8500dd2866db7c1be6edecbbc021977bf | [log] [tgz] |
---|---|---|
author | David Green <david.green@arm.com> | Wed Feb 14 18:34:53 2018 +0000 |
committer | David Green <david.green@arm.com> | Wed Feb 14 18:34:53 2018 +0000 |
tree | 44bc38ff623b414eef4da194cf8b3e2d320b8e2c | |
parent | 7767e14d9dfc8f93c89aed1e0ef12aba642c96c1 [diff] |
Move llvm::computeLoopSafetyInfo from LICM.cpp to LoopUtils.cpp. NFC Move computeLoopSafetyInfo, defined in Transforms/Utils/LoopUtils.h, into the corresponding LoopUtils.cpp, as opposed to LICM where it resides at the moment. This will allow other functions from Transforms/Utils to reference it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@325151 91177308-0d34-0410-b5e6-96231b3b80d8