jumpthreading: fix some cases where loops would be produced without Phi[loop] inside
The problem was that we have to force SSA construction for memory values to ensure the presence of the Phi[loop] nodes. Previously we did not do it if we didn't introduce new values. This fixes firm-testsuite/opt/jumpthreading8.c
Please register or sign in to comment