This is an archive of the discontinued LLVM Phabricator instance.

[flang] Warn about overflow after folding HYPOT
ClosedPublic

Authored by klausler on Jul 3 2023, 10:24 AM.

Details

Summary

The code that folds the intrinsic function HYPOT was neglecting to
warn the programmer about overflow when it occurs.

Diff Detail

Event Timeline

klausler created this revision.Jul 3 2023, 10:24 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 3 2023, 10:24 AM
klausler requested review of this revision.Jul 3 2023, 10:24 AM
vdonaldson accepted this revision.Jul 3 2023, 10:58 AM
This revision is now accepted and ready to land.Jul 3 2023, 10:58 AM
This revision was landed with ongoing or failed builds.Jul 3 2023, 11:21 AM
This revision was automatically updated to reflect the committed changes.