match.pd: Refine type conversion in result expr for below pattern: (cond (cmp (convert1?
authorBin Cheng <bin.cheng@arm.com>
Thu, 24 Nov 2016 12:09:19 +0000 (12:09 +0000)
committerBin Cheng <amker@gcc.gnu.org>
Thu, 24 Nov 2016 12:09:19 +0000 (12:09 +0000)
commit21aaaf1e050fac4eb5edd66489cc5c6f1b332b75
tree20041d48692ba262f09dcf40768a2c7061a817cd
parent3b08cde8dd2b27740e04a6f0e531f2c086a9ec1b
match.pd: Refine type conversion in result expr for below pattern: (cond (cmp (convert1?

* match.pd: Refine type conversion in result expr for below pattern:
(cond (cmp (convert1? x) c1) (convert2? x) c2) -> (minmax (x c)).

From-SVN: r242831
gcc/ChangeLog
gcc/match.pd