August 27, 2018
https://issues.dlang.org/show_bug.cgi?id=19198

--- Comment #1 from OlegZ <black80@bk.ru> ---
SPIR-V (bytecode of Vulkan API and OpenCL) can be translated to LLVM and back
https://github.com/KhronosGroup/SPIRV-LLVM
LLVM can generate code for AMD/NVIDIA extension cards (graphics, math..)

--
August 27, 2018
https://issues.dlang.org/show_bug.cgi?id=19198

anonymous4 <dfj1esp02@sneakemail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #2 from anonymous4 <dfj1esp02@sneakemail.com> ---
DMD frontend with LLVM backend is released as LDC compiler: https://github.com/ldc-developers/ldc/releases/tag/v1.11.0

--