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.
Loading
Please sign in to comment
instcombine will combine neg+icmp+select to llvm.abs.*. Let's just emit llvm.abs.* in the first place.