Files
clang-p2996/clang/test/CodeGenCXX/builtins.cpp
Fangrui Song 0d8b864829 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.
2023-09-27 21:29:56 -07:00

2.2 KiB