Hi! On Tue, Aug 30, 2022 at 05:44:26PM +0800, Jiufu Guo wrote: > There are two splitters, both are calling rs6000_emit_set_const to emit > instructions for constant building. > One splitter checks `const_int_operand`, this splitter is always used. > Another spitter checks `const_scalar_int_operand`, this one is never > used now.
> Now, HOST_BITS_PER_WIDE_INT is forced to 64, this splitter is safe > to remove. Okay for trunk. Thanks! Segher