-
Notifications
You must be signed in to change notification settings - Fork 12k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[flang][hlfir] Added allocatable/pointer support in hlfir::convertToV…
…alue. The code is used, for example, when passing arguments to IO or intrinsic calls as value. The allocatable/pointer boxes must be dereferenced, and trivial values have to be loaded. Character and derived values have to stay boxed. I am not sure what to do for the array cases, and I have not seen any test triggering it, so I leave it as a TODO. Reviewed By: tblah, clementval Differential Revision: https://reviews.llvm.org/D151925
- Loading branch information
Showing
2 changed files
with
285 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.