[flang-commits] [PATCH] D114752: [flang] Define & implement a lowering support API IsContiguous() in runtime

Peter Klausler via Phabricator via flang-commits flang-commits at lists.llvm.org
Mon Nov 29 15:35:47 PST 2021


klausler created this revision.
klausler added a reviewer: jeanPerier.
klausler added a project: Flang.
Herald added subscribers: jdoerfert, mgorny.
Herald added a reviewer: sscalpone.
klausler requested review of this revision.

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.


https://reviews.llvm.org/D114752

Files:
  flang/include/flang/Runtime/reduction.h
  flang/include/flang/Runtime/support.h
  flang/include/flang/Runtime/transformational.h
  flang/runtime/CMakeLists.txt
  flang/runtime/reduction.cpp
  flang/runtime/support.cpp
  flang/runtime/terminator.h
  flang/runtime/transformational.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114752.390500.patch
Type: text/x-patch
Size: 4384 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20211129/1ef0d8e9/attachment.bin>


More information about the flang-commits mailing list