Hi! Please cc: me on all patches to combine.cc, I am its maintainer after all.
On Wed, Oct 15, 2025 at 09:17:29AM +0100, Roger Sayle wrote: > This patch resolves PR rtl-optimization/122266 by changing the types > of the last_set_sign_bit_copies and sign_bit_copies fields in combine.cc's > reg_stat_type struct to be "unsigned short". Please just do "unsigned int", as is the return type of the function it uses to get this value: unsigned int num_sign_bit_copies (const_rtx x, machine_mode mode) . Okay for trunk with that change. Thanks! Segher
