[flang][hlfir] add a test chaining intrinsics
authorTom Eccles <tom.eccles@arm.com>
Fri, 17 Mar 2023 09:26:09 +0000 (09:26 +0000)
committerTom Eccles <tom.eccles@arm.com>
Fri, 17 Mar 2023 09:30:04 +0000 (09:30 +0000)
commite29d1d0f80b0ee39115f68da61ca1417f315a322
treed3d483b0261dbc3baa7be72bdf24766c0bfc5df2
parent3e0f6b2eb4699e37cc7009d0a2056d85ca15d64c
[flang][hlfir] add a test chaining intrinsics

This test checks all of the parts of intrinsic lowering work together,
and makes sure that we can pass the hlfir.expr result of one intrinsic
as an argument to another.

Depends on D145503

Reviewed By: jeanPerier

Differential Revision: https://reviews.llvm.org/D145504
flang/test/HLFIR/mul_transpose.f90 [new file with mode: 0644]