[flang] lower hlfir.matmul into fir runtime call
authorTom Eccles <tom.eccles@arm.com>
Tue, 14 Feb 2023 18:09:35 +0000 (18:09 +0000)
committerTom Eccles <tom.eccles@arm.com>
Thu, 16 Feb 2023 15:30:46 +0000 (15:30 +0000)
commit3a6f3b44e434557d85f1049f5548de8e3d80bcb8
treedbd60b555f80fae33fbea7dff21c262500e5ef72
parent91cbc3f2d83dfcf064238e807b47c58279509ff7
[flang] lower hlfir.matmul into fir runtime call

We can't test lowering calls with hlfir.expr arguments yet because this
hits a not yet implemented: "get shape form HLFIR expr without producer
holding the shape".

Differential Revision: https://reviews.llvm.org/D144098
flang/lib/Optimizer/HLFIR/Transforms/BufferizeHLFIR.cpp
flang/test/HLFIR/matmul-bufferization.fir [new file with mode: 0644]