llvm-project
8c5c3758 - [flang] add helper to create descriptor with new base address (#161347)

Commit
39 days ago
[flang] add helper to create descriptor with new base address (#161347) There is currently no helper to create a descriptor for a copy of a Fortran entity based on the descriptor of the original entity and the base address of the copy (most places that are doing this currently are also doing allocation of the copy at the same time or using the runtime). Add a helper for this with a unit test.
Author
Parents
Loading