search for: 1c2e4ad2

Displaying 2 results from an estimated 2 matches for "1c2e4ad2".

Did you mean: 1c206ad2
2018 Feb 27
0
SPIRV-LLVM as an external tool
...really should make the asm output the same as the rest of the vulkan tools, the current format is really ugly and annoying to capture with regexen). Nic -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180227/1c2e4ad2/attachment.html>
2018 Feb 27
5
SPIRV-LLVM as an external tool
> SPIR-V does not have to be a part of LLVM for you to do this. You can add > the SPIR-V target to clang and then define a SPIR-V toolchain (i.e. clang/Driver/Toolchains) > that uses the external tool to translate LLVM IR to SPIR-V. Ok. I guess if Clang community accepts this way, it would be better to set up the SPIRV converter as a tool of LLVM. So the question is are there any