Home
last modified time | relevance | path

Searched hist:"61 f15c487fc2aea14f6b0e52c459ae8b7d252a65" (Results 1 – 1 of 1) sorted by relevance

/qemu/tcg/
H A Dtcg.c61f15c487fc2aea14f6b0e52c459ae8b7d252a65 Thu Apr 23 19:27:53 UTC 2020 Richard Henderson <richard.henderson@linaro.org> tcg: Improve move ops in liveness_pass_2

If the output of the move is dead, then the last use is in
the store. If we propagate the input to the store, then we
can remove the move opcode entirely.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>