Re: [PATCH] expr: Fix up emit_push_insn [PR114552]

2024-04-03 Thread Richard Biener
On Wed, 3 Apr 2024, Jakub Jelinek wrote: > Hi! > > r13-990 added optimizations in multiple spots to optimize during > expansion storing of constant initializers into targets. > In the load_register_parameters and expand_expr_real_1 cases, > it checks it has a tree as the source and so knows we

[PATCH] expr: Fix up emit_push_insn [PR114552]

2024-04-03 Thread Jakub Jelinek
Hi! r13-990 added optimizations in multiple spots to optimize during expansion storing of constant initializers into targets. In the load_register_parameters and expand_expr_real_1 cases, it checks it has a tree as the source and so knows we are reading that whole decl's value, so the code is