[decompiler] Make addition nicer (#733)

* temp

* update refs

* update reference

* fix tests
This commit is contained in:
water111
2021-08-01 18:24:58 -04:00
committed by GitHub
parent e70d179496
commit 12446037bd
42 changed files with 294 additions and 536 deletions
@@ -1426,7 +1426,7 @@
(+ (- -1 s5-0) (-> arg0 sel-length))
)
)
(set! s4-0 (+ (+ s4-0 3) (-> s3-0 pix-width)))
(set! s4-0 (+ s4-0 3 (-> s3-0 pix-width)))
)
)
)
@@ -161,9 +161,9 @@
(.sync.l)
(.sync.p)
(.mfpc v1-1 pcr0)
(+! (-> obj accum0) (the-as uint v1-1))
(+! (-> obj accum0) v1-1)
(.mfpc v1-3 pcr1)
(+! (-> obj accum1) (the-as uint v1-3))
(+! (-> obj accum1) v1-3)
(label cfg-2)
0
(none)
@@ -190,7 +190,3 @@
(set! (-> perf-stat method-table 12) nothing)
(set! (-> perf-stat method-table 13) nothing)
)