Re: [PATCH] RISC-V: Remove duplicate `order_operator' predicate

2023-11-21 Thread Maciej W. Rozycki
On Sun, 19 Nov 2023, Jeff Law wrote: > > Verified with the `riscv64-linux-gnu' target and the C language > > testsuite. OK to apply? > OK Applied now, thank you for your review. Maciej

Re: [PATCH] RISC-V: Remove duplicate `order_operator' predicate

2023-11-19 Thread Jeff Law
On 11/19/23 04:24, Maciej W. Rozycki wrote: Remove our RISC-V-specific `order_operator' predicate, which is exactly the same as generic `ordered_comparison_operator' one. gcc/ * config/riscv/predicates.md (order_operator): Remove predicate. * config/riscv/riscv.cc (ris

[PATCH] RISC-V: Remove duplicate `order_operator' predicate

2023-11-19 Thread Maciej W. Rozycki
Remove our RISC-V-specific `order_operator' predicate, which is exactly the same as generic `ordered_comparison_operator' one. gcc/ * config/riscv/predicates.md (order_operator): Remove predicate. * config/riscv/riscv.cc (riscv_rtx_costs): Update accordingly. * con