[clang] [clang][bytecode] Fix checking for integer overflow (PR #137962)

2025-04-30 Thread LLVM Continuous Integration via cfe-commits
llvm-ci wrote: LLVM Buildbot has detected a new failure on builder `lldb-remote-linux-ubuntu` running on `as-builder-9` while building `clang` at step 16 "test-check-lldb-api". Full details are available at: https://lab.llvm.org/buildbot/#/builders/195/builds/8388 Here is the relevant piece

[clang] [clang][bytecode] Fix checking for integer overflow (PR #137962)

2025-04-30 Thread Timm Baeder via cfe-commits
https://github.com/tbaederr closed https://github.com/llvm/llvm-project/pull/137962 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang][bytecode] Fix checking for integer overflow (PR #137962)

2025-04-30 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Timm Baeder (tbaederr) Changes We need to evaluate both the True/False expressions of a conditional operator as well as the LHS/RHS of a binary operator in more cases. --- Full diff: https://github.com/llvm/llvm-project/pull/137962.diff

[clang] [clang][bytecode] Fix checking for integer overflow (PR #137962)

2025-04-30 Thread Timm Baeder via cfe-commits
https://github.com/tbaederr created https://github.com/llvm/llvm-project/pull/137962 We need to evaluate both the True/False expressions of a conditional operator as well as the LHS/RHS of a binary operator in more cases. >From 5f3b5f7c6198b73a6182a6034fe3aa65a6ffc97f Mon Sep 17 00:00:00 2001