This is an archive of the discontinued LLVM Phabricator instance.

[flang][hlfir] Fixed byval passing for dynamically optional intrinsic args.
ClosedPublic

Authored by vzakhari on Jul 10 2023, 2:53 PM.

Details

Summary

In the context of elemental operation a dynamically optional
intrinsic argument must be lowered such that the elemental
designator is generated under isPresent check.

Diff Detail