| Issue |
130193
|
| Summary |
[CIR] Upstream binary _expression_ support
|
| Labels |
ClangIR
|
| Assignees |
|
| Reporter |
andykaylor
|
### Overview
Upstream support for binary expressions and the cir.binop operation. The initial change should just add support a single operation, such as assignment. Other binary operators can then be added afterwards.
### Suggested minimal test case
```
void f(int i) {
i = 2;
}
```
### Existing incubator tests
clang/test/CIR/CodeGen/binop.cpp (could use improvement)
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs