]> granicus.if.org Git - llvm/commit
[HardwareLoops] NFC - move hardware loop checking code to isHardwareLoopProfitable()
authorChen Zheng <czhengsz@cn.ibm.com>
Tue, 9 Jul 2019 14:56:17 +0000 (14:56 +0000)
committerChen Zheng <czhengsz@cn.ibm.com>
Tue, 9 Jul 2019 14:56:17 +0000 (14:56 +0000)
commit1ec7dd26c74ffc93fc8f020cc11494eae2b30094
tree2fb65cf7e84ecda040d78de970bc7afba2a48b96
parent3602e8f5c3da32941d82f6dc5f5b086d49925ae9
[HardwareLoops] NFC - move hardware loop checking code to isHardwareLoopProfitable()

Differential Revision: https://reviews.llvm.org/D64197

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@365497 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/TargetTransformInfo.h
lib/Analysis/TargetTransformInfo.cpp
lib/CodeGen/HardwareLoops.cpp