]> git.ipfire.org Git - thirdparty/gcc.git/commit
using overflow_free_p to simplify pattern
authorJiufu Guo <guojiufu@linux.ibm.com>
Fri, 15 Sep 2023 05:39:27 +0000 (13:39 +0800)
committerguojiufu <guojiufu@linux.ibm.com>
Thu, 21 Sep 2023 05:18:01 +0000 (13:18 +0800)
commitd946fc1c71bdc21e3bb23721cc4d770e48bed2e2
tree36039925853d2d7da51556204bb39d1b5421dd63
parent47065ff360292c683670efb96df4b61f57dc1d9a
using overflow_free_p to simplify pattern

In r14-3582, an "overflow_free_p" interface is added.
The pattern of "(t * 2) / 2" in match.pd can be simplified
by using this interface.

gcc/ChangeLog:

* match.pd ((t * 2) / 2): Update to use overflow_free_p.
gcc/match.pd