This is an archive of the discontinued LLVM Phabricator instance.

TII: add hook analyzeLoopTestBlock
AbandonedPublic

Authored by SjoerdMeijer on Nov 29 2016, 12:36 AM.

Details

Summary

TII: add hook analyzeLoopTestBlock. This is refactored from the Hexagon backend and is intended to be NFC. This is some more groundwork to recognise loop induction variables and trip counts for MachineLoops, and is related to D27191.

Diff Detail

Event Timeline

SjoerdMeijer retitled this revision from to TII: add hook analyzeLoopTestBlock.
SjoerdMeijer updated this object.
SjoerdMeijer added a subscriber: llvm-commits.
SjoerdMeijer abandoned this revision.Jan 16 2017, 9:10 AM

Abandoning as the approach is not generic enough, see https://reviews.llvm.org/D27193