Issue | 132488 |
---|---|
Summary | [CIR] Upstream if statement support |
Labels | ClangIR |
Assignees | |
Reporter | andykaylor |
### Overview Upstream support for if statements and the cir.if operation.
### Suggested minimal test case ``` intl f(int a, int b) { if (a) return a return b; } ``` ### Existing incubator tests clang/test/CIR/CodeGen/basic.cpp
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs