This is an archive of the discontinued LLVM Phabricator instance.

[LoopNest] Consider loop nest with inner loop guard using outer loop induction variable to be perfect
AbandonedPublic

Authored by Whitney on May 5 2021, 1:55 PM.

Details

Summary

This patch allow more conditional branches to be considered as loop guard, and so more loop nests can be considered perfect.

Unable to select update an existing revision, but this is a continuation of https://reviews.llvm.org/D94717.
The original author sidbav has delegated this work to me.

Diff Detail

Event Timeline

Whitney created this revision.May 5 2021, 1:55 PM
Whitney requested review of this revision.May 5 2021, 1:55 PM
Whitney abandoned this revision.May 5 2021, 1:58 PM

Found out how to update the original review.