[all-commits] [llvm/llvm-project] 6cd417: [flang] Upstream runtime changes for inquiry intri...
Pete Steinfeld via All-commits
all-commits at lists.llvm.org
Wed Feb 9 12:43:09 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6cd417bfd886ffe4e0cf4b48055aa7bfc352b789
https://github.com/llvm/llvm-project/commit/6cd417bfd886ffe4e0cf4b48055aa7bfc352b789
Author: Peter Steinfeld <psteinfeld at nvidia.com>
Date: 2022-02-09 (Wed, 09 Feb 2022)
Changed paths:
A flang/include/flang/Runtime/inquiry.h
M flang/runtime/CMakeLists.txt
A flang/runtime/inquiry.cpp
M flang/runtime/time-intrinsic.cpp
M flang/runtime/tools.h
M flang/unittests/Runtime/CMakeLists.txt
A flang/unittests/Runtime/Inquiry.cpp
Log Message:
-----------
[flang] Upstream runtime changes for inquiry intrinsics
This change adds runtime routines and tests for LBOUND when passed a DIM argument, SIZE, and UBOUND when not passed a DIM argument.
Associated changes for lowering have already been merged into fir-dev.
Differential Revision: https://reviews.llvm.org/D119360
More information about the All-commits
mailing list