Re: [PATCH] HIGH part of symbol ref is invalid for constant pool

2022-07-15 Thread Jiufu Guo via Gcc-patches
"Kewen.Lin" writes: > Hi Jeff, > > Thanks for the patch, one question is inlined below. > > on 2022/7/4 14:58, Jiufu Guo wrote: >> The high part of the symbol address is invalid for the constant pool. In >> function rs6000_cannot_force_const_mem, we already return true for >> "HIGH with UNSPEC" r

Re: [PATCH] HIGH part of symbol ref is invalid for constant pool

2022-07-13 Thread Kewen.Lin via Gcc-patches
Hi Jeff, Thanks for the patch, one question is inlined below. on 2022/7/4 14:58, Jiufu Guo wrote: > The high part of the symbol address is invalid for the constant pool. In > function rs6000_cannot_force_const_mem, we already return true for > "HIGH with UNSPEC" rtx. During debug GCC, I found tha