intel / intel/llvm

Extend libclc remangler to support `[u]int64_t` types

Open
#11,082 0 comments 0 reactions 0 assignees View on GitHub
cuda enhancement hip
Dominant language
LLVM
Stars
1.5k
Forks
854
Avg merge
3d 17h
Merged PRs (30d)
137

Description

The addition of image related entries in libclc discovered a need for extra remangling done in the [libclc remangler](https://github.com/intel/llvm/tree/sycl/libclc/utils/libclc-remangler).

Specifically, the remangler needs to be able to handle `[u]int64_t` that, depending on the OS, can be represented as either `[unsigned] long int` or `[unsigned] long long`.

A temporary CMake workaround is in place, please consult the [PR](https://github.com/intel/llvm/pull/11052) for details.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.