Re: [PATCH v2] arm: Prevent ICE when doloop dec_set is not PLUS_EXPR

2024-10-01 Thread Christophe Lyon
Hi Andre, On 9/27/24 15:17, Andre Vieira (lists) wrote: Resending as v2 so CI picks it up. v2 LGTM Thanks, Christophe This patch refactors and fixes an issue where arm_mve_dlstp_check_dec_counter was making an assumption about the form of what a candidate for a dec_insn. This dec_insn i

[PATCH v2] arm: Prevent ICE when doloop dec_set is not PLUS_EXPR

2024-09-27 Thread Andre Vieira (lists)
Resending as v2 so CI picks it up. This patch refactors and fixes an issue where arm_mve_dlstp_check_dec_counter was making an assumption about the form of what a candidate for a dec_insn. This dec_insn is the instruction that decreases the loop counter inside a decrementing loop and we expect it