[PATCH] D156821: [CodeGen] [ubsan] Respect integer overflow handling in abs builtin
Artem Labazov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 1 16:21:56 PDT 2023
artem updated this revision to Diff 546261.
artem added a comment.
Fixed comments and failing test. Added a new compiler-rt test for ubsan
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156821/new/
https://reviews.llvm.org/D156821
Files:
clang/lib/CodeGen/CGBuiltin.cpp
clang/lib/CodeGen/CodeGenFunction.h
clang/test/CodeGen/PowerPC/builtins-ppc-xlcompat-macros.c
clang/test/CodeGen/abs-overflow.c
clang/test/CodeGen/builtin-abs.c
clang/test/CodeGenCXX/builtins.cpp
compiler-rt/lib/ubsan/ubsan_handlers.cpp
compiler-rt/lib/ubsan/ubsan_handlers.h
compiler-rt/test/ubsan/TestCases/Misc/abs.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156821.546261.patch
Type: text/x-patch
Size: 14541 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230801/5362be56/attachment-0001.bin>
More information about the cfe-commits
mailing list