We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
version 1.4 (Changing the source language from LLVM IR to MLIR)
- Michelson のパーサ `michelson-ast` を新たに作成し,それを用いて全命令を書き換えた - 即値とレジスタを分離した - その結果,ガス消費量が 7% 程減った. - 返り値として operation のリストを返せるようになった.
返り値としてStorageを扱える様になった. (list operation, storage)のoperationの部分は未対応
[feat](mini_llvm): struct型に対応 - struct型のalloca - getElementPtr - テストコードsimple_structを追加
version 1.0 mini LLVM IRの基本的な命令に対応 - alloca - load - store - op - icmp - if - while