[all-commits] [llvm/llvm-project] 1714b1: [clang][bytcode] Convert Fixed Point values to tar...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Sun Sep 29 01:01:43 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1714b113849ae5af5e9a3d2e36e18517b058c5ae
https://github.com/llvm/llvm-project/commit/1714b113849ae5af5e9a3d2e36e18517b058c5ae
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2024-09-29 (Sun, 29 Sep 2024)
Changed paths:
M clang/lib/AST/ByteCode/Compiler.cpp
M clang/lib/AST/ByteCode/Interp.h
M clang/test/AST/ByteCode/fixed-point.cpp
Log Message:
-----------
[clang][bytcode] Convert Fixed Point values to target semantics... (#110411)
... after a binary operation. The Result of the operation is in the
common semantics of RHS and LHS, so we need to convert that to the
semantics of the BinaryOperator expression.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list