summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/builtin-abs.c
AgeCommit message (Expand)Author
2023-09-27CGBuiltin: emit llvm.abs.* instead of neg+icmp+select for absFangrui Song
2018-05-22[CodeGen] use nsw negation for builtin absSanjay Patel
2018-05-22[CodeGen] produce the LLVM canonical form of absSanjay Patel
2018-05-22[CodeGen] add tests for abs builtins; NFCSanjay Patel