[clang] [llvm] [clang] Add spir_kernel attribute (PR #137882)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Thu May 1 08:03:56 PDT 2025


https://github.com/AaronBallman commented:

Do we need yet another calling convention or is there a way we can start to combine some of these for all the offloading languages? It seems we keep re-implementing the same concepts multiple times for each language and it would be nice to share as much of the frontend logic as possible rather than keep doing this dance of adding another case to every switch in the compiler. :-D

https://github.com/llvm/llvm-project/pull/137882


More information about the cfe-commits mailing list