[flang][hlfir] add support for elemental intrinsics with custom handling
authorTom Eccles <tom.eccles@arm.com>
Tue, 11 Jul 2023 14:40:29 +0000 (14:40 +0000)
committerTom Eccles <tom.eccles@arm.com>
Tue, 18 Jul 2023 11:03:34 +0000 (11:03 +0000)
commit09880ef6c977aa0c83bccc5e475f0fb8986dd7db
tree267ba2e498993d53625e4fa996fd1fff88eef727
parentb0935fc4f82b5fe592eeaafc4b5954d01b37a49d
[flang][hlfir] add support for elemental intrinsics with custom handling

Only minimal argument processing is needed here because they will be
lowered properly either by the elemental intrinsic call builder or the
lowering of the scalar call inside the elemental kernel.

Dynamically optional arrays are coming in the next patch.

Depends On: D155291

Differential Revision: https://reviews.llvm.org/D155292
flang/lib/Lower/ConvertCall.cpp
flang/test/Lower/HLFIR/custom-intrinsic.f90