diff options
author | ronigoldman22 <156088210+ronigoldman22@users.noreply.github.com> | 2025-07-25 03:24:04 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-25 02:24:04 +0200 |
commit | 9f724d04275df1f6bfd1e4346a9c69748d04ee7f (patch) | |
tree | 7b11012974b2a4e9e5b25763cab7ae02a0ace8ec /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 071156515e02fc23cae717fbe40149be87c88de4 (diff) | |
download | llvm-9f724d04275df1f6bfd1e4346a9c69748d04ee7f.zip llvm-9f724d04275df1f6bfd1e4346a9c69748d04ee7f.tar.gz llvm-9f724d04275df1f6bfd1e4346a9c69748d04ee7f.tar.bz2 |
Fix Bug in RemoveDeadValues Pass (#148437)
This patch fixes a bug in the RemoveDeadValues pass where unused
function arguments were not removed from the function signature in an
edge case where the function returns void.
A corresponding test was added to the MLIR LIT test suite to cover this
case.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions