Sanjoy Das f922d9cfe4 New instcombine rule: max(~a,~b) -> ~min(a, b)
This case is interesting because ScalarEvolutionExpander lowers min(a,
b) as ~max(~a,~b).  I think the profitability heuristics can be made
more clever/aggressive, but this is a start.

Differential Revision: http://reviews.llvm.org/D7821



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230285 91177308-0d34-0410-b5e6-96231b3b80d8
2015-02-24 00:08:41 +00:00
..
2015-01-14 22:27:36 +00:00
2015-02-03 20:37:08 +00:00
2015-02-18 08:09:28 +00:00
2015-01-14 22:27:36 +00:00
2015-02-18 19:32:25 +00:00
2015-01-14 22:27:36 +00:00
2015-02-20 18:56:14 +00:00
2015-01-14 22:27:36 +00:00
2015-01-14 22:27:36 +00:00