This patch adds the lowering for these minimum/maximum reduction intrinsics in the expand reductions pass.
If the nnan/nsz flags are present, these are propagated as well. The reduction is done as a series of shuffles
with vectorized minimum/maximum intrinsics.
This patch adds the lowering for the intrinsic introduced in https://reviews.llvm.org/D152370.