### 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