[Decomp] Add SSA based check for expression building (#292)

* wip

* tests pass

* fix warnings
This commit is contained in:
water111
2021-02-28 12:38:29 -05:00
committed by GitHub
parent 57eca1dee9
commit c15c163333
23 changed files with 760 additions and 391 deletions
+2 -2
View File
@@ -2242,9 +2242,9 @@ TEST_F(FormRegressionTest, ExprMethod17DeadPoolHeap) {
" lwu v1, 52(s4)\n"
" beq s7, v1, L161\n"
" daddiu v1, s7, 8\n"
" daddiu v1, s7, 8\n" // one
" or v1, s7, r0\n"
" or v1, s7, r0\n" // two
"L161:\n"
" bne s7, v1, L163\n"