[PATCH] D91682: [LoopInterchange] Fix the checking of tightly nested loop
Ettore Tiotto via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 18 14:50:36 PST 2020
etiotto added inline comments.
================
Comment at: llvm/test/Transforms/LoopInterchange/perfectly-nested.ll:11
+
+;; The following case is not perfectly nested,
+;; should not be interchanged.
----------------
The name of this file `perfectly-nested.ll` is counter-intuitive because you have an imperfect loop nest in this file. Name the file "imperfectly-nested.ll" ?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91682/new/
https://reviews.llvm.org/D91682
More information about the llvm-commits
mailing list