[PATCH] D125693: [DebugInfo] Support types, imports and static locals declared in a lexical block (3/5)

Ellis Hoag via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 5 13:57:09 PDT 2022


ellis added inline comments.


================
Comment at: llvm/test/Instrumentation/InstrProfiling/debug-info-correlate.ll:23
   call void @llvm.instrprof.increment(i8* getelementptr inbounds ([3 x i8], [3 x i8]* @__profn_foo, i32 0, i32 0), i64 12345678, i32 2, i32 0)
-  ret void
+  ret void, !dbg !17
 }
----------------
I asked the same question in D113741, but why is this test changed?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D125693/new/

https://reviews.llvm.org/D125693



More information about the llvm-commits mailing list