[all-commits] [llvm/llvm-project] 77ff6f: [flang] Define & implement a lowering support API ...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Tue Nov 30 14:16:14 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 77ff6f7df8691a735a2dc979cdb44835dd2d41af
https://github.com/llvm/llvm-project/commit/77ff6f7df8691a735a2dc979cdb44835dd2d41af
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2021-11-30 (Tue, 30 Nov 2021)
Changed paths:
M flang/include/flang/Runtime/reduction.h
A flang/include/flang/Runtime/support.h
M flang/include/flang/Runtime/transformational.h
M flang/runtime/CMakeLists.txt
M flang/runtime/reduction.cpp
A flang/runtime/support.cpp
M flang/runtime/terminator.h
M flang/runtime/transformational.cpp
Log Message:
-----------
[flang] Define & implement a lowering support API IsContiguous() in runtime
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.
Differential Revision: https://reviews.llvm.org/D114752
More information about the All-commits
mailing list