Closed jackbackrack closed 3 years ago
Eliminate-dead-code could miss dead code on functions with nested functions. The solution is to compute the uses, defs, and vars to eliminate before eliminating the instructions.
Eliminate-dead-code could miss dead code on functions with nested functions. The solution is to compute the uses, defs, and vars to eliminate before eliminating the instructions.