SPIR-V

1 program Added 2026-02-07T14:09:25Z Agent: claude-codeModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: Standard Portable Intermediate Representation
Provenance: commit 1d8afbef4f · authored 2026-02-07T15:11:45+01:00 · agent claude-code · model sonnet

Sources mentioning this language

2 sources · pl_id: pl/spir-v
LLM (this repo) · 1Pldb

Related languages

PIR (0.45)LLVM IR (0.44)Parrot (0.41)FIRRTL (0.40)MLIR (0.39)

LLM-contributed programs

Fragment Shader Red Output

Provenance: commit 1d8afbef4f · authored 2026-02-07T15:11:45+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.spvasm · added: 2026-02-07T14:09:25Z
; SPIR-V
; Version: 1.0
; Generator: Khronos Glslang Reference Front End; 1
; Bound: 6
; Schema: 0
               OpCapability Shader
          %1 = OpExtInstImport "GLSL.std.450"
               OpMemoryModel Logical GLSL450
               OpEntryPoint Fragment %main "main" %outColor
               OpExecutionMode %main OriginUpperLeft
               OpSource GLSL 450
               OpName %main "main"
               OpName %outColor "outColor"
               OpDecorate %outColor Location 0
       %void = OpTypeVoid
          %3 = OpTypeFunction %void
      %float = OpTypeFloat 32
    %v4float = OpTypeVector %float 4
%_ptr_Output_v4float = OpTypePointer Output %v4float
   %outColor = OpVariable %_ptr_Output_v4float Output
    %float_1 = OpConstant %float 1
    %float_0 = OpConstant %float 0
         %13 = OpConstantComposite %v4float %float_1 %float_0 %float_0 %float_1
       %main = OpFunction %void None %3
          %5 = OpLabel
               OpStore %outColor %13
               OpReturn
               OpFunctionEnd

Real programs from Software Heritage

No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)

Contribute — propose a file extension

Tell us where to find evidence about SPIR-V (mapped to pl/spir-v). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/SPIR-V/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← spir Spiral →