[llvm] [mlir] [DebugInfo][RemoveDIs] Rip out the UseNewDbgInfoFormat flag (PR #143207)

Jeremy Morse via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 9 06:32:01 PDT 2025


================
@@ -302,6 +298,7 @@ TEST(ValueTest, replaceUsesOutsideBlock) {
   auto GetNext = [](auto *I) { return &*++I->getIterator(); };
 
   Function *F = M->getFunction("f");
+  F->convertFromNewDbgValues();
----------------
jmorse wrote:

Ah, hadn't spotted the nearby DbgRecord implementation -- I've deleted the intrinsic one.

https://github.com/llvm/llvm-project/pull/143207


More information about the llvm-commits mailing list