[PATCH] D141109: [LoopReroll] Allow for multiple loop control only induction vars
Joshua Cao via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 12 08:42:14 PST 2023
caojoshua marked an inline comment as done.
caojoshua added inline comments.
================
Comment at: llvm/lib/Transforms/Scalar/LoopRerollPass.cpp:199
- // For loop with multiple induction variable, remember the one used only to
+ // For loop with multiple induction variables, remember the ones used only
// control the loop.
----------------
kawashima-fj wrote:
> `to` is dropped. Is it intentional?
It was a mistake. Added it back.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141109/new/
https://reviews.llvm.org/D141109
More information about the llvm-commits
mailing list