[flang-commits] [flang] [Flang] Add partial support for lowering procedure pointer assignment. (PR #70461)

Daniel Chen via flang-commits flang-commits at lists.llvm.org
Fri Oct 27 13:21:41 PDT 2023


DanielCChen wrote:

> I have comments about the code, but the overall lowering approach looks reasonable to me.
> 
> I am a bit surprised that you did not need to handle procedure pointers arguments in the CallInterface.cpp, but maybe the code there already worked.

This PR does not have the code to handle procedure pointer arguments and function result yet. That is the next on my TODO list. It will be a separate PR though.


https://github.com/llvm/llvm-project/pull/70461


More information about the flang-commits mailing list