This is an archive of the discontinued LLVM Phabricator instance.

[flang] runtime: fix output B/O/Z editing of "negative" values
ClosedPublic

Authored by klausler on Oct 12 2021, 2:07 PM.

Details

Summary

B/O/Z integer output editing must not reflect any sign extension
of scalar output values. Add more size-dependent OutputInteger
I/O APIs and kind instantiations of EditIntegerOutput.

Diff Detail

Event Timeline

klausler created this revision.Oct 12 2021, 2:07 PM
klausler requested review of this revision.Oct 12 2021, 2:07 PM
vdonaldson accepted this revision.Oct 12 2021, 3:30 PM
This revision is now accepted and ready to land.Oct 12 2021, 3:30 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 12 2021, 4:03 PM