[PATCH] D82078: libclc: Make all built-ins overloadable
Daniel Stone via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 18 03:14:32 PDT 2020
daniels added a comment.
This fixes things for us running when emitting SPIR-V, as the LLVM -> SPIR-V translator assumes (per the SPIR spec) that all builtins are overloaded and mangled.
The unrelated formatting changes here are from `clang-format` automatically running under arc.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82078/new/
https://reviews.llvm.org/D82078
More information about the llvm-commits
mailing list