brintos

brintos / llvm-project-archived public Read only

0
0
Text · 437 B · 3345aaf Raw
18 lines · json
1{2    "Opcodes": {3        "alloca": [-0.1, -0.2, -0.3, 1, 2],4        "load": [-0.4, -0.5, -0.6, 4, 5],5        "store": [-0.7, -0.8, -0.9, 7, 8],6        "add": [-1.0, -1.1, -1.2, 10, 11],7        "mul": [12, 13, 14, -1.2, -1.3],8        "ret": [5, 6, 7, 8, 9]9    },10    "Types": {11        "integerTy": [0.2, 0.4, 0.6, 1, 0.5]12    },13    "Arguments": {14        "pointer": [0, 1, 2, 3, 4],15        "variable": [2, 4, 6, 8, 10]16    }17}18