| Issue | 130196 |
|---|---|
| Summary | [CIR] Upstream compare _expression_ support |
| Labels | new issue |
| Assignees | |
| Reporter | andykaylor |
### Overview
Upstream support for compare expressions and the cir.cmp operation.
### Suggested minimal test case
```
bool f(int a, int b) {
return a > b;
}
```
### Existing incubator tests
clang/test/CIR/CodeGen/cmp.cpp
_______________________________________________ llvm-bugs mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
