Issue 130195
Summary [CIR] Upstream unary _expression_ support
Labels ClangIR
Assignees
Reporter andykaylor
    ### Overview

Upstream support for unary expressions and the cir.unary operation. The initial change should just add support a single operation, such as `not`. Other unary operators can then be added afterwards.

### Suggested minimal test case

```
bool f(bool a) {
  return !a;
}
```

### Existing incubator tests

clang/test/CIR/CodeGen/unary.cpp
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to