Re: [Qemu-devel] [PATCH 20/22] target/openrisc: Optimize l.jal to next

2017-02-08 Thread Philippe Mathieu-Daudé
On 02/09/2017 01:51 AM, Richard Henderson wrote: This allows the tcg optimizer to see, and fold, all of the constants involved in a GOT base register load sequence. Signed-off-by: Richard Henderson Reviewed-by: Philippe Mathieu-Daudé --- target/openrisc/translate.c | 6 +- 1 file ch

[Qemu-devel] [PATCH 20/22] target/openrisc: Optimize l.jal to next

2017-02-08 Thread Richard Henderson
This allows the tcg optimizer to see, and fold, all of the constants involved in a GOT base register load sequence. Signed-off-by: Richard Henderson --- target/openrisc/translate.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/target/openrisc/translate.c b/target/openr