[PATCH] D119360: [flang] Upstream runtime changes for inquiry intrinsics
Pete Steinfeld via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 9 11:17:57 PST 2022
PeteSteinfeld created this revision.
Herald added a subscriber: mgorny.
Herald added a reviewer: sscalpone.
Herald added a project: Flang.
PeteSteinfeld requested review of this revision.
Herald added subscribers: llvm-commits, jdoerfert.
Herald added a project: LLVM.
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.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D119360
Files:
flang/include/flang/Runtime/inquiry.h
flang/runtime/CMakeLists.txt
flang/runtime/inquiry.cpp
flang/runtime/time-intrinsic.cpp
flang/runtime/tools.h
flang/unittests/Runtime/CMakeLists.txt
flang/unittests/Runtime/Inquiry.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119360.407221.patch
Type: text/x-patch
Size: 10488 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220209/3765f77a/attachment.bin>
More information about the llvm-commits
mailing list