This is an archive of the discontinued LLVM Phabricator instance.

[flang] Simplify RaggedArrayHeader and make it plain C struct
ClosedPublic

Authored by clementval on Dec 9 2021, 12:54 PM.

Details

Summary
  • Join indirection and rank into a single value flags
  • Make the struct a plain C struct.

Diff Detail

Event Timeline

clementval created this revision.Dec 9 2021, 12:54 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 9 2021, 12:54 PM
Herald added a subscriber: mehdi_amini. · View Herald Transcript
clementval requested review of this revision.Dec 9 2021, 12:54 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 9 2021, 12:54 PM
schweitz accepted this revision.Dec 9 2021, 1:01 PM
This revision is now accepted and ready to land.Dec 9 2021, 1:01 PM