[clang] [clang][bytecode] Remove a bitcast nullptr_t special case (PR #120188)

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

[clang] [clang][bytecode] Remove a bitcast nullptr_t special case (PR #120188)

2024-12-17 Thread Timm Baeder via cfe-commits
https://github.com/tbaederr updated https://github.com/llvm/llvm-project/pull/120188 >From 6333abaec04c0b3f9bad9239fab73dc08fa77f20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Tue, 17 Dec 2024 06:21:58 +0100 Subject: [PATCH] [clang][bytecode] Remove a bitcast nullptr_t sp

[clang] [clang][bytecode] Remove a bitcast nullptr_t special case (PR #120188)

2024-12-16 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Timm Baeder (tbaederr) Changes We still need to check the input pointer, so let this go through BitCastPrim. --- Full diff: https://github.com/llvm/llvm-project/pull/120188.diff 4 Files Affected: - (modified) clang/lib/AST/ByteCode/Comp

[clang] [clang][bytecode] Remove a bitcast nullptr_t special case (PR #120188)

2024-12-16 Thread Timm Baeder via cfe-commits
https://github.com/tbaederr created https://github.com/llvm/llvm-project/pull/120188 We still need to check the input pointer, so let this go through BitCastPrim. >From 98b30005491d5082e035bdf966e12ae7f2f205f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Tue, 17 Dec 2024