]> gcc.gnu.org Git - gcc.git/commit
RISC-V: Remove duplicate `order_operator' predicate
authorMaciej W. Rozycki <macro@embecosm.com>
Wed, 22 Nov 2023 01:18:32 +0000 (01:18 +0000)
committerMaciej W. Rozycki <macro@embecosm.com>
Wed, 22 Nov 2023 01:18:32 +0000 (01:18 +0000)
commitae098dfeeefe74968530289d9f5e3ae6f78097bb
tree050b8663c0afa3ea46134167074c100efd310c60
parent6300e672c86236720952227bc4fd6a6dc4eeb55a
RISC-V: Remove duplicate `order_operator' predicate

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.
* config/riscv/riscv.md (*branch<mode>, *mov<GPR:mode><X:mode>cc)
(cstore<mode>4): Likewise.
gcc/config/riscv/predicates.md
gcc/config/riscv/riscv.cc
gcc/config/riscv/riscv.md
This page took 0.062187 seconds and 6 git commands to generate.