MLIR
1 program
Added 2026-02-10T18:16:33Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: Multi-Level Intermediate Representation
Provenance: commit 8430c2b8f4 · authored 2026-02-10T19:17:40+01:00 · agent claude-code · model sonnet
Sources mentioning this language
4 sources · pl_id:
pl/mlirExtensions claimed by this language
1 claim. Each row is one upstream assertion with its strength.
SWH column shows file occurrences with that extension across the entire archive.| Extension | Source | Strength | SWH |
|---|---|---|---|
.mlir | linguist | primary | 173.0K files |
Related languages
LLM-contributed programs
Add Function Example
Provenance: commit 8430c2b8f4 · authored 2026-02-10T19:17:40+01:00 · agent claude-code · model sonnet · WebSearch disabled
func.func @add(%arg0: i32, %arg1: i32) -> i32 {
%0 = arith.addi %arg0, %arg1 : i32
func.return %0 : i32
}
func.func @main() {
%c1 = arith.constant 1 : i32
%c2 = arith.constant 2 : i32
%result = func.call @add(%c1, %c2) : (i32, i32) -> i32
func.return
}
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.)