CGBuiltin: emit llvm.abs.* instead of neg+icmp+select for abs
instcombine will combine neg+icmp+select to llvm.abs.*. Let's just emit llvm.abs.* in the first place.
parent
11819a10
Please register or sign in to comment
instcombine will combine neg+icmp+select to llvm.abs.*. Let's just emit llvm.abs.* in the first place.