second-state / SOLL

SOLL is a new compiler for generate Ewasm from solidity and yul. See a demo here: https://asciinema.org/a/ezJqNLicn5fya02zwu4VXIo8a
https://www.secondstate.io/
377 stars 23 forks source link

[CodeGen] fix Asm builtin functions IntToPtr error. #109

Closed jacky860226 closed 3 years ago

jacky860226 commented 3 years ago

fix #107

codecov[bot] commented 3 years ago

Codecov Report

Merging #109 (1669a6a) into master (1f559c1) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #109   +/-   ##
=======================================
  Coverage   66.33%   66.34%           
=======================================
  Files          97       97           
  Lines       13480    13483    +3     
  Branches     2013     2013           
=======================================
+ Hits         8942     8945    +3     
  Misses       3538     3538           
  Partials     1000     1000           
Impacted Files Coverage Δ
lib/CodeGen/CGExpr.cpp 85.89% <100.00%> (+0.05%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1f559c1...1669a6a. Read the comment docs.