brintos

brintos / llvm-project-archived public Read only

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