[PATCH] D143705: [LoopBoundSplit] Delete redundant loop guard

Max Kazantsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 12 22:46:13 PST 2023


mkazantsev added a comment.

The loops in form that are depicted here are not `while (cond) {...}` loops. They are `do - while` loops, and for them what you are doing is wrong.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D143705/new/

https://reviews.llvm.org/D143705



More information about the llvm-commits mailing list