Issue 153658
Summary [CIR] Upstream handling of integral-to-pointer casts
Labels good first issue, ClangIR
Assignees
Reporter andykaylor
    ### Overview
Upstream support for handling integral-to-pointer casts in ClangIR.

### Suggested minimal test case
```
void f(long int start) {
  void *p = (void*)start;
}
```

### Existing incubator tests
clang/test/CIR/CodeGen/cast.cpp

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

Reply via email to