[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 04:16:23 PST 2022


Orlando added a comment.

In D133118#3946238 <https://reviews.llvm.org/D133118#3946238>, @Orlando wrote:

> 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.

This should fix the issue https://reviews.llvm.org/D138561 - with that patch applied the first operand should remain `undef`.


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