The assert fires if a store to an alloca with no linked dbg.assigns has linked dbg.assigns. This can happen in the wild due to optimisations dropping the alloca's debug info so we shouldn't assert against it.
Details
Details
Diff Detail
Diff Detail
Differential D143153
[Assignment Tracking][mem2reg] Remove overly defensive assert Orlando on Feb 2 2023, 1:09 AM. Authored by
Details The assert fires if a store to an alloca with no linked dbg.assigns has linked dbg.assigns. This can happen in the wild due to optimisations dropping the alloca's debug info so we shouldn't assert against it.
Diff Detail |