| Issue | 132487 |
|---|---|
| Summary | [CIR] Upstream function call support |
| Labels | ClangIR |
| Assignees | |
| Reporter | andykaylor |
### Overview
Upstream support for call statments expressions and the cir.call operation.
### Suggested minimal test case
```
void f1();
void f2() {
f1();
}
```
### Existing incubator tests
clang/test/CIR/CodeGen/call.cpp
clang/test/CIR/CodeGen/call.c
_______________________________________________ llvm-bugs mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
