Re: [PATCH] middle-end/117433 - ICE with gimple BLKmode reg copy

2024-11-04 Thread Jeff Law
On 11/4/24 3:48 AM, Richard Biener wrote: When we end up expanding a SSA name copy with BLKmode regs which can happen for vectors, possibly wrapped in a NOP-conversion or a PAREN_EXPR and we are not optimizing we can end up with two BLKmode MEMs that expand_gimple_stmt_1 doesn't properly handl

Re: [PATCH] middle-end/117433 - ICE with gimple BLKmode reg copy

2024-11-04 Thread Jakub Jelinek
On Mon, Nov 04, 2024 at 11:48:16AM +0100, Richard Biener wrote: > When we end up expanding a SSA name copy with BLKmode regs which can > happen for vectors, possibly wrapped in a NOP-conversion or > a PAREN_EXPR and we are not optimizing we can end up with two > BLKmode MEMs that expand_gimple_stmt

[PATCH] middle-end/117433 - ICE with gimple BLKmode reg copy

2024-11-04 Thread Richard Biener
When we end up expanding a SSA name copy with BLKmode regs which can happen for vectors, possibly wrapped in a NOP-conversion or a PAREN_EXPR and we are not optimizing we can end up with two BLKmode MEMs that expand_gimple_stmt_1 doesn't properly handle when expanding, trying to emit_move_insn them