[PATCH] D133118: Fix invalid llvm.dbg.declare after instcombine (#56807)
Orlando Cazalet-Hyams via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 23 02:58:39 PST 2022
Orlando added a comment.
The first operand should indeed remain undef. Looks like this is caused by a bug I introduced (for assignment tracking only) in `DbgVariableIntrinsic::replaceVariableLocationOp` - let me get a patch + test together.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133118/new/
https://reviews.llvm.org/D133118
More information about the llvm-commits
mailing list