On 6 March 2013 00:54, Richard Henderson <r...@twiddle.net> wrote: > The value is not actually live across basic blocks, so there's no > need for the local property. This eliminates storing the temporary > to its home location at the branch. > > Cc: Peter Maydell <peter.mayd...@linaro.org> > Signed-off-by: Richard Henderson <r...@twiddle.net>
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> I hadn't noticed we differed from the icount code in not needing to access the temp after the branch. -- PMM