This is an archive of the discontinued LLVM Phabricator instance.

[flang] Define & implement a lowering support API IsContiguous() in runtime
ClosedPublic

Authored by klausler on Nov 29 2021, 3:35 PM.

Details

Summary

Create a new flang/runtime/support.cpp module to hold miscellaneous
runtime APIs to support lowering, and define an API IsContiguous() to
wrap the member function predicate Descriptor::IsContiguous().
And do a little clean-up of other API headers that don't need to expose
Runtime/descriptor.h.

Diff Detail

Event Timeline

klausler created this revision.Nov 29 2021, 3:35 PM
klausler requested review of this revision.Nov 29 2021, 3:35 PM
This revision is now accepted and ready to land.Nov 30 2021, 12:31 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 30 2021, 2:16 PM