### Overview Upstream support for various simple loops (for, while, do) the cir.for, cir.do, cir.while, cir.break, and cir.continue operations. ### Suggested minimal test case ``` void f() { for (;;) ; } ``` ### Existing incubator tests clang/test/CIR/CodeGen/loop.cpp