ifcvt.cc: Prevent excessive if-conversion for conditional moves
commit675b1a7f113adb1d737adaf78b4fd90be7a0ed1a
authorTakayuki 'January June' Suwa <jjsuwa_sys3175@yahoo.co.jp>
Tue, 18 Apr 2023 20:11:09 +0000 (18 14:11 -0600)
committerJeff Law <jlaw@ventanamicro>
Tue, 18 Apr 2023 20:11:09 +0000 (18 14:11 -0600)
tree272bf37289c042acec36d42e7b62215f4d7ba344
parent2f7e7bfa3c6327793cdcdcb5c770b93cecd49bd0
ifcvt.cc: Prevent excessive if-conversion for conditional moves

gcc/
* ifcvt.cc (cond_move_process_if_block): Consider the result of
targetm.noce_conversion_profitable_p() when replacing the original
sequence with the converted one.
gcc/ifcvt.cc