Nikita Popov 1eb2ecc5c6 [InstSimplify] Fold min/max based on dominating condition
If we have a dominating condition that x >= y, then umax(x, y) is x,
etc. I'm doing this in InstSimplify as the corresponding transform
for the select form is also done there.

Differential Revision: https://reviews.llvm.org/D87168
2020-09-05 16:16:40 +02:00
..
2020-09-03 05:57:04 -05:00
2020-09-02 21:40:31 +01:00
2020-09-03 13:03:44 -07:00
2020-09-02 22:00:00 -07:00