[PATCH] D101044: [NFC][DSE]Change 'do-while' to 'for' loop to simplify code structure
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 29 01:23:47 PDT 2021
fhahn accepted this revision.
fhahn added a comment.
This revision is now accepted and ready to land.
LGTM, this looks like a nice simplification to ensure `Current` is updated correctly at the end of each iteration. Thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101044/new/
https://reviews.llvm.org/D101044
More information about the llvm-commits
mailing list