[flang][hlfir] custom intrinsic handling for scalar arguments
authorTom Eccles <tom.eccles@arm.com>
Mon, 10 Jul 2023 16:48:01 +0000 (16:48 +0000)
committerTom Eccles <tom.eccles@arm.com>
Tue, 18 Jul 2023 11:03:34 +0000 (11:03 +0000)
commitb0935fc4f82b5fe592eeaafc4b5954d01b37a49d
tree30294557d3b0bf706a3d82ff22360c5e6c5fb152
parenteb5d79876a0963e39fdafaa9a9485c3800068932
[flang][hlfir] custom intrinsic handling for scalar arguments

This should produce the same results as the FIR lowering

Differential Revision: https://reviews.llvm.org/D155291
flang/lib/Lower/ConvertCall.cpp
flang/test/Lower/HLFIR/custom-intrinsic.f90 [new file with mode: 0644]