Re: [PATCH] Fix expand_assignment with complex modes with the same size but different inner mode (PR middle-end/82253)

2017-11-23 Thread Richard Biener
On Wed, 22 Nov 2017, Jakub Jelinek wrote: > Hi! > > store_expr which is called if to_rtx is a CONCAT and from has complex mode > covering the whole to_rtx can handle the case when from expands to a CONCAT > or if it has the same complex mode, but if e.g. one mode is CTImode and > the other mode

[PATCH] Fix expand_assignment with complex modes with the same size but different inner mode (PR middle-end/82253)

2017-11-22 Thread Jakub Jelinek
Hi! store_expr which is called if to_rtx is a CONCAT and from has complex mode covering the whole to_rtx can handle the case when from expands to a CONCAT or if it has the same complex mode, but if e.g. one mode is CTImode and the other mode is TCmode and from expands to something other than a