[OpenGOAL] make multiplication/divsion like GOAL and support in decompiler (#483)

* support in compiler

* multiplication in the decompiler

* update divisions
This commit is contained in:
water111
2021-05-14 18:43:12 -04:00
committed by GitHub
parent b3eb05e37f
commit d9f9d36f37
31 changed files with 441 additions and 326 deletions
+2 -2
View File
@@ -2591,10 +2591,10 @@ TEST_F(FormRegressionTest, ExprMethod16DeadPoolHeap) {
" )\n"
" )\n"
" ((< f0-2 (l.f L347))\n"
" (set! arg1 (shl arg1 2))\n"
" (set! arg1 (* arg1 4))\n"
" )\n"
" ((< f0-2 (l.f L348))\n"
" (set! arg1 (shl arg1 1))\n"
" (set! arg1 (* arg1 2))\n"
" )\n"
" )\n"
" )\n"