This is an archive of the discontinued LLVM Phabricator instance.

[flang] Upstream changes to allocmem codegen
ClosedPublic

Authored by schweitz on Feb 11 2022, 8:42 AM.

Details

Summary

Fix a correctness issue with arrays of characters. Include tests, etc.

Diff Detail

Event Timeline

schweitz created this revision.Feb 11 2022, 8:42 AM
schweitz requested review of this revision.Feb 11 2022, 8:42 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 11 2022, 8:42 AM
This revision is now accepted and ready to land.Feb 11 2022, 8:43 AM
schweitz updated this revision to Diff 407907.Feb 11 2022, 9:13 AM
schweitz updated this revision to Diff 407909.Feb 11 2022, 9:19 AM

flang doesn't fully support windows yet.

schweitz updated this revision to Diff 407928.Feb 11 2022, 9:45 AM

Fix comment

schweitz updated this revision to Diff 407941.Feb 11 2022, 10:23 AM
PeteSteinfeld accepted this revision.Feb 11 2022, 10:37 AM

All builds and tests correctly and looks good.