]> git.proxmox.com Git - mirror_qemu.git/commit
tcg: Optimize past conditional branches
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 17 Oct 2023 02:10:42 +0000 (19:10 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Sun, 22 Oct 2023 23:32:28 +0000 (16:32 -0700)
commitd97f8f394184403beb655f5f077bef8ef83ffa3a
tree5757f8f7f20d11e0139674a7bf841be25311e9d9
parentbfefdbea9ee491842d4e61e54f97508c040913a8
tcg: Optimize past conditional branches

We already register allocate through extended basic blocks,
optimize through extended basic blocks as well.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/optimize.c