diff options
author | Joseph Huber <35342157+jhuber6@users.noreply.github.com> | 2023-09-07 11:48:44 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-07 11:48:44 -0500 |
commit | d6cc3410ab3b1b9c4c17284900ec6b97a9c07242 (patch) | |
tree | f8646b5309402c6ef1e9119bb1688dead6e4011a /llvm/lib/IR/Module.cpp | |
parent | c10434bbb5b170243ca13a56da3691c37fe44210 (diff) | |
download | llvm-d6cc3410ab3b1b9c4c17284900ec6b97a9c07242.zip llvm-d6cc3410ab3b1b9c4c17284900ec6b97a9c07242.tar.gz llvm-d6cc3410ab3b1b9c4c17284900ec6b97a9c07242.tar.bz2 |
[libc] Fix missing GPU math implementations (#65616)
These functions were implemented by simply calling their `__builtin_*`
equivalents.
The builtins were resolving to the libc functions back again. This patch
adds explicit
vendor versions for these functions to avoid the recursion.
Diffstat (limited to 'llvm/lib/IR/Module.cpp')
0 files changed, 0 insertions, 0 deletions