[all-commits] [llvm/llvm-project] c4e764: [RemoveDIs] Update ConvertDebugDeclareToDebugValue...

Orlando Cazalet-Hyams via All-commits all-commits at lists.llvm.org
Tue Dec 12 06:58:06 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c4e764ea24eb02b6ec34038061cee8ff94c0f34c
      https://github.com/llvm/llvm-project/commit/c4e764ea24eb02b6ec34038061cee8ff94c0f34c
  Author: Orlando Cazalet-Hyams <orlando.hyams at sony.com>
  Date:   2023-12-12 (Tue, 12 Dec 2023)

  Changed paths:
    M llvm/lib/Transforms/Utils/Local.cpp

  Log Message:
  -----------
  [RemoveDIs] Update ConvertDebugDeclareToDebugValue after #72276 (#73508)

That patch was missing a recent change to the non-DPValue StoreInst overload.
Add it to the DPValue version. This is tested by
`llvm/tests/Transforms/Mem2Reg/dbg_declare_to_value_conversions.ll`,
which already has `--try-experimental-debuginfo-iterators`. It doesn't
fail currently because until #74090 lands the declares are not converted
to DPValues.

The tests will become "live" once #74090 lands (see for more info).




More information about the All-commits mailing list