[all-commits] [llvm/llvm-project] 4d7d45: [clang][Interp] Implement complex division (#94892)
Timm Baeder via All-commits
all-commits at lists.llvm.org
Tue Jun 18 04:49:23 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4d7d45e8bab102f8792d45e1807cfe2d1c55dd69
https://github.com/llvm/llvm-project/commit/4d7d45e8bab102f8792d45e1807cfe2d1c55dd69
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2024-06-18 (Tue, 18 Jun 2024)
Changed paths:
M clang/lib/AST/ExprConstShared.h
M clang/lib/AST/ExprConstant.cpp
M clang/lib/AST/Interp/ByteCodeExprGen.cpp
M clang/lib/AST/Interp/Interp.h
M clang/lib/AST/Interp/Opcodes.td
M clang/test/AST/Interp/complex.cpp
M clang/test/SemaCXX/complex-folding.cpp
Log Message:
-----------
[clang][Interp] Implement complex division (#94892)
Share the implementation with the current interpreter.
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