Re: [PATCH] forwprop: Handle RAW_DATA_CST in check_ctz_array

2025-01-02 Thread Richard Biener
> Am 02.01.2025 um 10:36 schrieb Jakub Jelinek : > > Hi! > > In order to stress test RAW_DATA_CST handling, I've tested trunk gcc with > r15-6339 reapplied and a hack where I've changed > const unsigned int raw_data_min_len = 128; > to > const unsigned int raw_data_min_len = 2; > in cp_lexe

[PATCH] forwprop: Handle RAW_DATA_CST in check_ctz_array

2025-01-02 Thread Jakub Jelinek
Hi! In order to stress test RAW_DATA_CST handling, I've tested trunk gcc with r15-6339 reapplied and a hack where I've changed const unsigned int raw_data_min_len = 128; to const unsigned int raw_data_min_len = 2; in cp_lexer_new_main and 64 to 4 several times in c_parser_initval and c_maybe_o