[PATCH] D113741: [RFC][DwarfDebug][AsmPrinter] Support emitting function-local declaration for a lexical block
Ellis Hoag via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 5 13:55:34 PDT 2022
ellis added a comment.
Seems fine to me, but I'm not quite familiar enough with this area to give this an accept.
================
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
}
----------------
Why is this test changed?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113741/new/
https://reviews.llvm.org/D113741
More information about the llvm-commits
mailing list