mirror of
https://github.com/intel/llvm.git
synced 2026-01-19 01:15:50 +08:00
Implement min and max using the newly introduced std operations instead of relying on compare and select. Reviewed By: dcaballe Differential Revision: https://reviews.llvm.org/D111170