[PATCH] D158743: [Verifier] Sanity check alloca size against DILocalVariable fragment size
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 28 02:10:00 PDT 2023
nikic added a comment.
Looks like this found a legitimate issue in Clang debuginfo for trivial_abi with non-trivial dtor: https://clang.godbolt.org/z/sWsEMvWas The dbg.declare points to an i1 `%nrvo` variable, rather than `%retval`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158743/new/
https://reviews.llvm.org/D158743
More information about the llvm-commits
mailing list