diff options
author | Peter Klausler <pklausler@nvidia.com> | 2025-02-27 14:29:00 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-27 14:29:00 -0800 |
commit | fce29486ac109fbf8b543c24c763703839278457 (patch) | |
tree | 6bfc2c70b92be12d2af17ece5331ecbcf5872f10 /llvm/lib/CodeGen/MachineInstr.cpp | |
parent | 3e3855b0e553e66cde5ad9a55c078c9650798e4a (diff) | |
download | llvm-fce29486ac109fbf8b543c24c763703839278457.zip llvm-fce29486ac109fbf8b543c24c763703839278457.tar.gz llvm-fce29486ac109fbf8b543c24c763703839278457.tar.bz2 |
[flang] Fix bogus error on defined I/O procedure. (#125898)
The check that "v_list" be deferred shape is just wrong; there are no
deferred shape non-pointer non-allocatable dummy arguments in Fortran.
Correct to check for an assumed shape dummy argument. And de-split the
error messages that were split across multiple source lines, making them
much harder to find with grep.
Fixes https://github.com/llvm/llvm-project/issues/125878.
Diffstat (limited to 'llvm/lib/CodeGen/MachineInstr.cpp')
0 files changed, 0 insertions, 0 deletions