Translates between SPIR-V and LLVM IR bidirectionally
Tool and a library for bi-directional translation between SPIR-V and LLVM IR
llvm-spirv$ llvm-spirv -r input.spv -o output.ll$ llvm-spirv input.ll -o output.spv$ llvm-spirv -to-text input.spv -o output.txt