Fixed incorrect DCE for ADD_ARRAY_ELEMENT instruction DCE might remove INIT_ARRAY instruction but then keep the related ADD_ARRAY_ELEMENT, becuse its both operands need to be freed.
Fixed incorrect DCE for ADD_ARRAY_ELEMENT instruction DCE might remove INIT_ARRAY instruction but then keep the related ADD_ARRAY_ELEMENT, becuse its both operands need to be freed. Fixes oss-fuzz #41309
show more ...
|