Re: [PATCH] RISC-V: Add RTX costs for `if_then_else' expressions

2022-07-27 Thread Maciej W. Rozycki
On Thu, 21 Jul 2022, Kito Cheng wrote: > LGTM, thanks for modeling this in cost model! Patch applied now, thank you for your review. Maciej

Re: [PATCH] RISC-V: Add RTX costs for `if_then_else' expressions

2022-07-21 Thread Kito Cheng via Gcc-patches
Hi Maciej: LGTM, thanks for modeling this in cost model! On Tue, Jul 19, 2022 at 12:48 AM Maciej W. Rozycki wrote: > > Fix a performance regression from commit 391500af1932 ("Do not ignore > costs of jump insns in combine."), a part of the m68k series for MODE_CC > conversion (