Skip to content
Snippets Groups Projects
Commit c7482438 authored by Richard Henderson's avatar Richard Henderson
Browse files

tcg: Fix indirect lowering vs TCG_OPF_COND_BRANCH


With TCG_OPF_COND_BRANCH, we extended the lifetimes of
globals across extended basic blocks.  This means that
the liveness computed in pass 1 does not kill globals
in the same way as normal temps.

Introduce TYPE_EBB to match this lifetime, so that we
get correct register allocation for the temps that we
introduce during the indirect lowering pass.

Reviewed-by: default avatarPeter Maydell <peter.maydell@linaro.org>
Fixes: b4cb76e6 ("tcg: Do not kill globals at conditional branches")
Signed-off-by: default avatarRichard Henderson <richard.henderson@linaro.org>
parent 55d71e0b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment