[clang] [clang][bytecode] Fix shifting negative values (PR #104663)

2024-08-18 Thread Timm Baeder via cfe-commits
tbaederr wrote: This code is unused unless you're passing `-fexperimental-new-constant-interpreter`, is anyone using that in production code? https://github.com/llvm/llvm-project/pull/104663 ___ cfe-commits mailing list cfe-commits@lists.llvm.org htt

[clang] [clang][bytecode] Fix shifting negative values (PR #104663)

2024-08-17 Thread via cfe-commits
DTeachs wrote: We should probably backport this to 19.x https://github.com/llvm/llvm-project/pull/104663 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang][bytecode] Fix shifting negative values (PR #104663)

2024-08-17 Thread LLVM Continuous Integration via cfe-commits
llvm-ci wrote: LLVM Buildbot has detected a new failure on builder `sanitizer-windows` running on `sanitizer-windows` while building `clang` at step 4 "annotate". Full details are available at: https://lab.llvm.org/buildbot/#/builders/107/builds/1989 Here is the relevant piece of the build lo

[clang] [clang][bytecode] Fix shifting negative values (PR #104663)

2024-08-17 Thread Timm Baeder via cfe-commits
https://github.com/tbaederr closed https://github.com/llvm/llvm-project/pull/104663 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang][bytecode] Fix shifting negative values (PR #104663)

2024-08-16 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Timm Baeder (tbaederr) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/104663.diff 2 Files Affected: - (modified) clang/lib/AST/ByteCode/Interp.h (+11) - (modified) clang/test/AST/ByteCode/cxx23.cpp (+14) `

[clang] [clang][bytecode] Fix shifting negative values (PR #104663)

2024-08-16 Thread Timm Baeder via cfe-commits
https://github.com/tbaederr created https://github.com/llvm/llvm-project/pull/104663 None >From 3faff3df9ebadbc12e34d15c96742856020bf7f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Sat, 17 Aug 2024 06:15:45 +0200 Subject: [PATCH] [clang][bytecode] Fix shifting negative v