diff options
author | Abid Qadeer <haqadeer@amd.com> | 2024-04-30 08:25:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-30 08:25:54 +0100 |
commit | 91a8cb781dbc981356207e0c3608d92ed6d26042 (patch) | |
tree | 1e7f93bf8fbb6c536e60b3955362f6628f4ceaab /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | eb148aecb3603c2ba6ecbdaebd3b8a87f44349bc (diff) | |
download | llvm-91a8cb781dbc981356207e0c3608d92ed6d26042.zip llvm-91a8cb781dbc981356207e0c3608d92ed6d26042.tar.gz llvm-91a8cb781dbc981356207e0c3608d92ed6d26042.tar.bz2 |
Reapply "[flang] Improve debug info for functions." with regression fixed. (#90484)
The original PR #90083 had to be reverted in PR #90444 as it caused one
of the gfortran tests to fail. The issue was using `isIntOrIndex` for
checking for integer type. It allowed index type which later caused
assertion when calling `getIntOrFloatBitWidth`. I have now replaced it
with `isInteger` which should fix this regression.
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions