[AArch64][GlobalISel] implement GPR (U/S)(MIN/MAX) instr support
Lower umin, umax, smin, smax intrinsics to corresponding UMIN, UMAX, SMIN, SMAX instructions when feat CSSC is available. Reviewed By: aemerson Differential Revision: https://reviews.llvm.org/D139420
Loading
Please sign in to comment