[PATCH] D156821: [CodeGen] [ubsan] Respect integer overflow handling in abs builtin
Thurston Dang via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 18 14:17:35 PDT 2023
thurston added a comment.
In D156821#4600086 <https://reviews.llvm.org/D156821#4600086>, @MaskRay wrote:
> Failed Tests (4):
> LLVM :: CodeGen/RISCV/rvv/fixed-vectors-int.ll
> LLVM :: CodeGen/SystemZ/ctpop-01.ll
> LLVM :: MC/ARM/basic-thumb2-instructions.s
> LLVM :: tools/llvm-readobj/ELF/relocations.test
>
> AFAICT these failures have been fixed and the change can reland after the clang/ test is fixed.
+1. Thanks @MaskRay for fixing the `MC/ARM/basic-thumb2-instructions.s` and `tools/llvm-readobj/ELF/relocations.test` cases!
(For completeness, for anyone else following this discussion: the `CodeGen/SystemZ/ctpop-01.ll` failure is unrelated to this patch; it was reverted in https://reviews.llvm.org/rG29b200906155da393b83232dd31d746ba2ad66a5)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156821/new/
https://reviews.llvm.org/D156821
More information about the cfe-commits
mailing list