summaryrefslogtreecommitdiffstats
path: root/main-loop.c
diff options
context:
space:
mode:
authorRichard Henderson2016-04-06 04:43:40 +0200
committerRichard Henderson2017-02-13 22:15:00 +0100
commit6597c28d618a3d16d468770b7c30a0237a8c8ea9 (patch)
tree45f88af4cf649ce36afadd421965ae88d5173ea6 /main-loop.c
parenttarget/openrisc: Tidy handling of delayed branches (diff)
downloadqemu-6597c28d618a3d16d468770b7c30a0237a8c8ea9.tar.gz
qemu-6597c28d618a3d16d468770b7c30a0237a8c8ea9.tar.xz
qemu-6597c28d618a3d16d468770b7c30a0237a8c8ea9.zip
target/openrisc: Optimize for r0 being zero
The HW does not special-case r0, but the ABI specifies that r0 should contain 0. If we expose this fact to the optimizer, we can simplify a lot of the generated code. We must of course verify that r0==0, but that is trivial to do with a TB flag. Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'main-loop.c')
0 files changed, 0 insertions, 0 deletions