Re: [PATCH] Handle addresses of more constants in IPA-CP

2023-11-11 Thread Jeff Law
On 11/11/23 05:11, Eric Botcazou wrote: Hi, IPA-CP can currently handle addresses of scalar constants (CONST_DECL) so this extends that to addresses of constants in the pool (DECL_IN_CONSTANT_POOL). Again this is helpful for so-called fat pointers in Ada, i.e. objects that are semantically po

[PATCH] Handle addresses of more constants in IPA-CP

2023-11-11 Thread Eric Botcazou
Hi, IPA-CP can currently handle addresses of scalar constants (CONST_DECL) so this extends that to addresses of constants in the pool (DECL_IN_CONSTANT_POOL). Again this is helpful for so-called fat pointers in Ada, i.e. objects that are semantically pointers but represented by structures made u