Tom Eccles 7c8ef818f8 [flang][hlfir] allow recursive intrinsic lowering
We need to allow recursive application of intrinsic lowering patterns,
otherwise we cannot lower nested calls of the same intrinsic e.g.
matmul(matmul(a, b), c).

matmul(matmul(a, b), matmul(c, d)) requires hlfir.associate of hlfir
expr with more than one use (TODO).

Differential Revision: https://reviews.llvm.org/D152284
2023-06-10 14:36:07 +00:00
..
2023-05-30 14:46:06 +00:00
2022-12-15 11:12:52 +01:00
2023-02-16 15:30:46 +00:00
2023-04-17 13:25:53 +00:00