I'm not quite sure I got the different computation values correct, so please review.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D140377
[clang][Interp] Compound assign operators for FP values ClosedPublic Authored by tbaeder on Dec 20 2022, 1:27 AM.
Details Summary I'm not quite sure I got the different computation values correct, so please review.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 17 2023, 3:38 AM This revision was landed with ongoing or failed builds.Jan 25 2023, 7:26 AM Closed by commit rGaf3a171dcffd: [clang][Interp] Compound assign operators for FP values (authored by tbaeder). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 492104 clang/lib/AST/Interp/ByteCodeExprGen.h
clang/lib/AST/Interp/ByteCodeExprGen.cpp
clang/test/AST/Interp/const-fpfeatures.cpp
clang/test/AST/Interp/floats.cpp
|