Static single-assignment form: Difference between revisions

Content deleted Content added
Open-source: Say what libFirm *is* first, *then* say it uses SSA, and avoid having a sentence fragment. Use the external link as a reference.
Commercial: Link the XL C and C++ compilers to IBM XL C/C++ Compilers.
Line 167:
* Microsoft [[Visual C++]] compiler backend available in [[Microsoft Visual Studio]] 2015 Update 3 uses SSA<ref>{{cite web|url=https://blogs.msdn.microsoft.com/vcblog/2016/05/04/new-code-optimizer|title=Introducing a new, advanced Visual C++ code optimizer|date=4 May 2016}}</ref>
* [[SPIR-V]], the shading language standard for the [[Vulkan (API)|Vulkan graphics API]] and [[compute kernel|kernel language]] for [[OpenCL]] compute API, is an SSA representation.<ref>{{cite web|url=https://www.khronos.org/registry/spir-v/specs/1.0/SPIRV.pdf|title=SPIR-V spec}}</ref>
* The IBM family of XL compilers, which include [[IBM XL C/C++ Compilers|C, C++]] and Fortran.<ref>https://www.cs.rice.edu/~vs3/PDF/ibmjrd97.pdf</ref>
* NVIDIA CUDA <ref>https://www.researchgate.net/publication/235605681_CUDA_Compiling_and_optimizing_for_a_GPU_platform</ref>