Issue |
132490
|
Summary |
[CIR] Upstream support for loops
|
Labels |
ClangIR
|
Assignees |
andykaylor
|
Reporter |
andykaylor
|
### 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
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs