[llvm] [offload][SYCL] Add Module splitting by categories. (PR #131347)
Arvind Sudarsanam via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 4 07:19:01 PDT 2025
================
@@ -80,8 +71,8 @@ entry:
ret void
}
-attributes #0 = { "sycl-module-id"="TU1.cpp" }
----------------
asudarsa wrote:
I think sycl-module-id is the correct name as it is something created specifically by SYCL frontend. 'module-id' is not guaranteed to be generated by other frontends.
Thanks
https://github.com/llvm/llvm-project/pull/131347
More information about the llvm-commits
mailing list