This is an archive of the discontinued LLVM Phabricator instance.

[flang][runtime] Enforce some limits on kP scale factors
ClosedPublic

Authored by klausler on Apr 22 2022, 2:25 PM.

Details

Summary

Ew.d and Dw.d output edit descriptors should respect limitations from
the standard on the value of a kP scale factor with respect to the
digit count (d), at least for values of k other than zero.

Diff Detail

Event Timeline

klausler created this revision.Apr 22 2022, 2:25 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 22 2022, 2:25 PM
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.Apr 22 2022, 2:25 PM
vdonaldson accepted this revision.Apr 22 2022, 3:36 PM
This revision is now accepted and ready to land.Apr 22 2022, 3:36 PM
This revision was automatically updated to reflect the committed changes.