[clang] [clang][bytecode] Implement fixed-point-to-int casts (PR #110417)

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

[clang] [clang][bytecode] Implement fixed-point-to-int casts (PR #110417)

2024-09-29 Thread Timm Baeder via cfe-commits
https://github.com/tbaederr updated https://github.com/llvm/llvm-project/pull/110417 >From a9fe3b63db4ecbcc1e86be3a087e4f3325c7cc03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Sun, 29 Sep 2024 10:53:44 +0200 Subject: [PATCH] [clang][bytecode] Implement fixed-point-to-int

[clang] [clang][bytecode] Implement fixed-point-to-int casts (PR #110417)

2024-09-29 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Timm Baeder (tbaederr) Changes And some cleanups around overflow handling. --- Full diff: https://github.com/llvm/llvm-project/pull/110417.diff 9 Files Affected: - (modified) clang/lib/AST/ByteCode/Boolean.h (+1) - (modified) clang/lib

[clang] [clang][bytecode] Implement fixed-point-to-int casts (PR #110417)

2024-09-29 Thread Timm Baeder via cfe-commits
https://github.com/tbaederr created https://github.com/llvm/llvm-project/pull/110417 And some cleanups around overflow handling. >From 20b0c417f53bc3c2094ee2f37c0aae150d7a1932 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Sun, 29 Sep 2024 10:53:44 +0200 Subject: [PATCH] [c