Commit 0d8b8648 authored by Fangrui Song's avatar Fangrui Song
Browse files

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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment