[all-commits] [llvm/llvm-project] ad424c: [flang] Runtime API for data pointers
Peter Klausler via All-commits
all-commits at lists.llvm.org
Mon Jul 19 08:23:26 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ad424cf1ed2a191b3e93f60ca591104dbf4b79a2
https://github.com/llvm/llvm-project/commit/ad424cf1ed2a191b3e93f60ca591104dbf4b79a2
Author: peter klausler <pklausler at nvidia.com>
Date: 2021-07-19 (Mon, 19 Jul 2021)
Changed paths:
M flang/runtime/CMakeLists.txt
M flang/runtime/allocatable.cpp
M flang/runtime/allocatable.h
M flang/runtime/descriptor.cpp
M flang/runtime/descriptor.h
M flang/runtime/misc-intrinsic.cpp
A flang/runtime/pointer.cpp
A flang/runtime/pointer.h
M flang/test/Semantics/offsets01.f90
Log Message:
-----------
[flang] Runtime API for data pointers
Define and implement an API for use by lowering to
implement operations on pointers.
Differential Revision: https://reviews.llvm.org/D106170
More information about the All-commits
mailing list