[PATCH] D94717: [LoopNest] Consider loop nest with inner loop guard using outer loop induction variable to be perfect
Whitney Tsang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 14 14:00:58 PST 2021
Whitney added inline comments.
================
Comment at: llvm/test/Analysis/LoopNestAnalysis/imperfectnest.ll:428
-
-; Test an imperfect loop nest of the form:
-; for (int i = 0; i < nx; ++i)
----------------
This test case should be considered as imperfect, as the user branch is not the inner loop guard.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94717/new/
https://reviews.llvm.org/D94717
More information about the llvm-commits
mailing list