[PATCH] D27193: MachineLoopInfo: add function findInductionRegister.
Sjoerd Meijer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 29 00:39:19 PST 2016
SjoerdMeijer created this revision.
SjoerdMeijer added reviewers: jmolloy, bcahoon, kparzysz, qcolombet.
SjoerdMeijer added a subscriber: llvm-commits.
MachineLoopInfo: add function findInductionRegister. This is mainly refactored from the Hexagon backend and is intended to be NFC. This is more groundwork to recognise loop induction variables and trip counts for MachineLoops, and is related to https://reviews.llvm.org/D27191 and https://reviews.llvm.org/D27192.
https://reviews.llvm.org/D27193
Files:
include/llvm/CodeGen/MachineLoopInfo.h
lib/CodeGen/MachineLoopInfo.cpp
lib/Target/Hexagon/HexagonHardwareLoops.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27193.79515.patch
Type: text/x-patch
Size: 6133 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161129/c1fbbffb/attachment-0001.bin>
More information about the llvm-commits
mailing list