[flang-commits] [flang] [Flang] Add partial support for lowering procedure pointer assignment. (PR #70461)
via flang-commits
flang-commits at lists.llvm.org
Tue Nov 21 08:53:38 PST 2023
jeanPerier wrote:
> @jeanPerier Hi Jean, this is all I have planned to commit. Please let me know if you have any comments on the code or the LIT test. Thanks!
LIT tests looks great, I think you are missing the TODO for NULLIFY (since it is not an intrinsic, it is not covered by the TODO you added for intrinsic):
```
real, pointer, external :: p
nullify(p)
end
```
Crashes at https://github.com/llvm/llvm-project/blob/718793ce6a54b8fb95884d7fb37f70fd339cab3b/flang/lib/Lower/Bridge.cpp#L3098
Otherwise looks great!
https://github.com/llvm/llvm-project/pull/70461
More information about the flang-commits
mailing list