[all-commits] [llvm/llvm-project] bd8bec: [Flang] Support NULL(procptr): null intrinsic that...
Daniel Chen via All-commits
all-commits at lists.llvm.org
Wed Jan 31 08:24:29 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bd8bec27e25022b07ec7044654cd6a1efcd9704f
https://github.com/llvm/llvm-project/commit/bd8bec27e25022b07ec7044654cd6a1efcd9704f
Author: Daniel Chen <cdchen at ca.ibm.com>
Date: 2024-01-31 (Wed, 31 Jan 2024)
Changed paths:
M flang/lib/Lower/Bridge.cpp
M flang/lib/Lower/CallInterface.cpp
M flang/lib/Optimizer/Builder/IntrinsicCall.cpp
M flang/test/Lower/HLFIR/procedure-pointer.f90
Log Message:
-----------
[Flang] Support NULL(procptr): null intrinsic that has procedure pointer argument. (#80072)
This PR adds support for NULL intrinsic to have a procedure pointer
argument.
More information about the All-commits
mailing list