INT, NINT, FLOOR, and CEILING were failing to report overflow as an
error while folding operations with constant operands.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D109922
[flang] Correct overflow detection in folding of real->integer conversions ClosedPublic Authored by klausler on Sep 16 2021, 1:45 PM.
Details Summary INT, NINT, FLOOR, and CEILING were failing to report overflow as an
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 17 2021, 1:47 AM Closed by commit rG43d41b295e15: [flang] Correct overflow detection in folding of real->integer conversions (authored by klausler). · Explain WhySep 17 2021, 9:50 AM This revision was automatically updated to reflect the committed changes.
Diff 373260 flang/include/flang/Evaluate/real.h
|