[NFC][flang] Distinguish MATMUL and MATMUL-TRANSPOSE printouts.
authorSlava Zakharin <szakharin@nvidia.com>
Fri, 21 Jul 2023 19:11:25 +0000 (12:11 -0700)
committerSlava Zakharin <szakharin@nvidia.com>
Fri, 21 Jul 2023 19:56:50 +0000 (12:56 -0700)
commitea7d6a1bd6ca673ff8541859010ed8488d2ca859
tree23ddf30f4e5c948e348b314c53caef957f62c2a7
parent221ba64e05de5ccd59a16ee3d26369140d9ae795
[NFC][flang] Distinguish MATMUL and MATMUL-TRANSPOSE printouts.

When MatmulTranpose reports incorrect shapes of the arguments
it cannot represent itself as MATMUL, because the reading
of the first argument's shape will be confusing.

Reviewed By: kiranchandramohan

Differential Revision: https://reviews.llvm.org/D155911
flang/runtime/matmul-transpose.cpp