commit | f0755c3afc7e9e94376ab2c7d777d73c0a9e07a6 | [log] [tgz] |
---|---|---|
author | Nikita Popov <nikita.ppv@gmail.com> | Fri Jan 01 21:57:34 2021 +0100 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Feb 26 22:33:06 2021 -0800 |
tree | ae86d6e929185658190d64135271880d256783b1 | |
parent | c9efb618cfa63d6e6987f0ec6db5a43f48147499 [diff] |
[ConstantRange] Handle wrapping ranges in min/max (PR48643) When one of the inputs is a wrapping range, intersect with the union of the two inputs. The union of the two inputs corresponds to the result we would get if we treated the min/max as a simple select. This fixes PR48643. GitOrigin-RevId: a852234f70e344b238824b9d71e8df9c46de62f2