Re: [PATCH] Fix tree-outof-ssa.c ICE with vector types (PR middle-end/90139)

2019-04-19 Thread Richard Biener
On April 19, 2019 10:52:50 AM GMT+02:00, Jakub Jelinek wrote: >Hi! > >We use SSA_NAMEs even for vector types which have BLKmode, e.g. neither >x86 >nor sparc targets have V1SFmode and thus such VECTOR_TYPEs have >BLKmode. >In some cases outof ssa subpass calls get_temp_reg, but that will

[PATCH] Fix tree-outof-ssa.c ICE with vector types (PR middle-end/90139)

2019-04-19 Thread Jakub Jelinek
Hi! We use SSA_NAMEs even for vector types which have BLKmode, e.g. neither x86 nor sparc targets have V1SFmode and thus such VECTOR_TYPEs have BLKmode. In some cases outof ssa subpass calls get_temp_reg, but that will gen_reg_rtx (BLKmode) in that case, which is something that doesn't really