wenju-he wrote:

spirv-llvm-translator translates LLVM IR to SPIR-V. It can also do 
reverse-translation.
llvm SPIR-V backend codegen output is SPIR-V, so there is no translation stage.
IIUC SPIR-V backend should provide native LLVM support while 
spirv-llvm-translator doesn't. There could be difference between how many llvm 
intrinsics that they can handle, but I don't know much as I haven't worked on 
the SPIR-V backend.
SYCL compiler used to use spirv-llvm-translator, but recently has been 
switching to the SPIR-V backend.

https://github.com/llvm/llvm-project/pull/174447
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to