[X86] Lower vector umax(x,1) -> sub(x,cmpeq(x,0))
With suitable BooleanContent handling we could move this to TargetLowering::expandIntMINMAX, but this is good enough for X86 Fixes #61225
Loading
Please register or sign in to comment
With suitable BooleanContent handling we could move this to TargetLowering::expandIntMINMAX, but this is good enough for X86 Fixes #61225