[clang] [clang][bytecode][NFC] Only get expr when checking for UB (PR #125397)

2025-02-02 Thread LLVM Continuous Integration via cfe-commits
llvm-ci wrote: LLVM Buildbot has detected a new failure on builder `openmp-offload-libc-amdgpu-runtime` running on `omp-vega20-1` while building `clang` at step 7 "Add check check-offload". Full details are available at: https://lab.llvm.org/buildbot/#/builders/73/builds/12884 Here is the r

[clang] [clang][bytecode][NFC] Only get expr when checking for UB (PR #125397)

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

[clang] [clang][bytecode][NFC] Only get expr when checking for UB (PR #125397)

2025-02-02 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Timm Baeder (tbaederr) Changes The Expr and its Type were unused otherwise. --- Full diff: https://github.com/llvm/llvm-project/pull/125397.diff 1 Files Affected: - (modified) clang/lib/AST/ByteCode/Interp.h (+9-13) ``diff di

[clang] [clang][bytecode][NFC] Only get expr when checking for UB (PR #125397)

2025-02-02 Thread Timm Baeder via cfe-commits
https://github.com/tbaederr created https://github.com/llvm/llvm-project/pull/125397 The Expr and its Type were unused otherwise. >From 928c97292c3528204b56d6d6d2e1524bedf9ca69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Sun, 2 Feb 2025 11:59:19 +0100 Subject: [PATCH] [c