Issue 153657
Summary [CIR] Upstream handling for FunctionToPointerDecay casts
Labels good first issue, ClangIR
Assignees
Reporter andykaylor
    ### Overview
Upstream support for handling implicit FunctionToPointerDecay casts in ClangIR.

### Suggested minimal test case
```
int f1();
void f2() {
  int (*t)() = f1;
}
```

### Existing incubator tests
clang/test/CIR/CodeGen/function-to-pointer-decay.c

_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to