diff options
author | Pete Steinfeld <47540744+psteinfeld@users.noreply.github.com> | 2024-06-27 14:54:02 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-27 14:54:02 -0700 |
commit | e55aa027f813679ca63c9b803690ce792a3d7b28 (patch) | |
tree | 881f6743391e455626b6c859b0657e355fc5f094 /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | |
parent | 5b363483cf2461617fbb2449491c9914811c8d53 (diff) | |
download | llvm-e55aa027f813679ca63c9b803690ce792a3d7b28.zip llvm-e55aa027f813679ca63c9b803690ce792a3d7b28.tar.gz llvm-e55aa027f813679ca63c9b803690ce792a3d7b28.tar.bz2 |
[flang] Fix runtime error messages for the MATMUL intrinsic (#96928)
There are three forms of MATMUL -- where the first argument is a rank 1
array, where the second argument is a rank 1 array, and where both
arguments are rank 2 arrays. There's code in the runtime that detects
when the array shapes are incorrect. But the code that emits an error
message assumes that both arguments are rank 2 arrays.
This change contains code for the other two cases.
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
0 files changed, 0 insertions, 0 deletions