Re: [PATCH] expr: Fix up the divmod cost debugging note [PR115910]

2025-01-13 Thread Richard Biener
On Mon, 13 Jan 2025, Jakub Jelinek wrote: > Hi! > > Something I've noticed during working on the crc wrong-code fix. > My first version of the patch failed because of no longer matching some > expected strings in the assembly, so I had to add TDF_DETAILS debugging > into the -fdump-rtl-expand-det

[PATCH] expr: Fix up the divmod cost debugging note [PR115910]

2025-01-13 Thread Jakub Jelinek
Hi! Something I've noticed during working on the crc wrong-code fix. My first version of the patch failed because of no longer matching some expected strings in the assembly, so I had to add TDF_DETAILS debugging into the -fdump-rtl-expand-details dump which the crc tests can use. For PR115910 An