[all-commits] [llvm/llvm-project] 95ce78: [clang][bytecode] Implement fixed-point-to-int cas...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Sun Sep 29 04:32:05 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 95ce78b742b2965f3a4a42115a96a330d779a98d
https://github.com/llvm/llvm-project/commit/95ce78b742b2965f3a4a42115a96a330d779a98d
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2024-09-29 (Sun, 29 Sep 2024)
Changed paths:
M clang/lib/AST/ByteCode/Boolean.h
M clang/lib/AST/ByteCode/Compiler.cpp
M clang/lib/AST/ByteCode/Compiler.h
M clang/lib/AST/ByteCode/FixedPoint.h
M clang/lib/AST/ByteCode/Interp.cpp
M clang/lib/AST/ByteCode/Interp.h
M clang/lib/AST/ByteCode/Opcodes.td
M clang/test/AST/ByteCode/fixed-point.cpp
M clang/test/Frontend/fixed_point_conversions_const.c
Log Message:
-----------
[clang][bytecode] Implement fixed-point-to-int casts (#110417)
And some cleanups around overflow handling.
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