Page MenuHomePhabricator

dstenb (David Stenberg)
User

Projects

User does not belong to any projects.

User Details

User Since
Jun 10 2016, 1:55 AM (354 w, 7 h)

Recent Activity

Mon, Mar 6

dstenb committed rG12a7aea6b022: [DebugInfo] Merge partially matching chains of inlined locations (authored by dstenb).
[DebugInfo] Merge partially matching chains of inlined locations
Mon, Mar 6, 5:37 AM · Restricted Project, Restricted Project
dstenb committed rG98c3dc3fa748: [lldb] Make GetDIENamesAndRanges() allow 0-valued decl and call lines (authored by dstenb).
[lldb] Make GetDIENamesAndRanges() allow 0-valued decl and call lines
Mon, Mar 6, 5:37 AM · Restricted Project
dstenb closed D142556: [DebugInfo] Merge partially matching chains of inlined locations.
Mon, Mar 6, 5:37 AM · Restricted Project, Restricted Project, debug-info
dstenb closed D142552: [lldb] Make GetDIENamesAndRanges() allow 0-valued decl and call lines.
Mon, Mar 6, 5:37 AM · Restricted Project, Restricted Project
dstenb added a comment to D142556: [DebugInfo] Merge partially matching chains of inlined locations.

Thanks! I'll land this shortly.

Mon, Mar 6, 5:23 AM · Restricted Project, Restricted Project, debug-info
dstenb added a comment to D142552: [lldb] Make GetDIENamesAndRanges() allow 0-valued decl and call lines.

As long as there are no regressions in the test suite this looks good to me

Mon, Mar 6, 5:22 AM · Restricted Project, Restricted Project

Wed, Mar 1

dstenb added a comment to D142556: [DebugInfo] Merge partially matching chains of inlined locations.

Reckon this is worth a go - maybe wait for @aprantl to sign off too, though.

Wed, Mar 1, 2:42 AM · Restricted Project, Restricted Project, debug-info

Feb 22 2023

dstenb added inline comments to D142556: [DebugInfo] Merge partially matching chains of inlined locations.
Feb 22 2023, 6:32 AM · Restricted Project, Restricted Project, debug-info

Feb 21 2023

dstenb added inline comments to D142556: [DebugInfo] Merge partially matching chains of inlined locations.
Feb 21 2023, 12:39 AM · Restricted Project, Restricted Project, debug-info
dstenb updated the diff for D142556: [DebugInfo] Merge partially matching chains of inlined locations.

Address comment and fix the patch for non-assert builds.

Feb 21 2023, 12:37 AM · Restricted Project, Restricted Project, debug-info

Feb 16 2023

dstenb added a comment to D142556: [DebugInfo] Merge partially matching chains of inlined locations.

I've run out of time to read the code this week, but it sounds like a good approach to me, I'll give my debugger colleagues a prod about it too.

Feb 16 2023, 12:40 AM · Restricted Project, Restricted Project, debug-info

Feb 15 2023

dstenb added a comment to D142556: [DebugInfo] Merge partially matching chains of inlined locations.

compile-time-tracker results?

I have gotten results now, but I will not have time to look at them tonight: https://llvm-compile-time-tracker.com/compare.php?from=f7b10467b63f09ab74e67d4002b3e11601091882&to=d200692f433fbc5b8edaa68e92ab04124d0c7e6a

Feb 15 2023, 11:24 AM · Restricted Project, Restricted Project, debug-info

Feb 14 2023

dstenb added a comment to D142556: [DebugInfo] Merge partially matching chains of inlined locations.

compile-time-tracker results?

Feb 14 2023, 10:10 AM · Restricted Project, Restricted Project, debug-info

Feb 10 2023

dstenb added a comment to D142556: [DebugInfo] Merge partially matching chains of inlined locations.

I'm a bit confused by all these reports - at least with my bloaty locally, "+100%" would mean the section doubled in size (100% growth) but it shows "+100%" even for a section that shrunk (.debug_line_str) slightly... Confusing.

but the overall numbers still sound OK.

Feb 10 2023, 4:46 PM · Restricted Project, Restricted Project, debug-info
dstenb added a comment to D142556: [DebugInfo] Merge partially matching chains of inlined locations.

@dblaikie, @ayermolo: I have now ran measurements on an otherwise unused machine to get rid of the noise.

Feb 10 2023, 9:07 AM · Restricted Project, Restricted Project, debug-info

Feb 7 2023

dstenb added a comment to D142556: [DebugInfo] Merge partially matching chains of inlined locations.

Numbers look fairly good - wonder if you could get this run through the LLVM perf tracker to get some more stable/precise numbers?

Feb 7 2023, 10:31 AM · Restricted Project, Restricted Project, debug-info

Feb 3 2023

dstenb added a comment to D142556: [DebugInfo] Merge partially matching chains of inlined locations.

For the RelWithDebInfo opt 8.0 binaries that was mentioned in the previous comment the number of inlined subroutine DIEs increased by ~2.8%:

Feb 3 2023, 7:00 AM · Restricted Project, Restricted Project, debug-info
dstenb added a comment to D142556: [DebugInfo] Merge partially matching chains of inlined locations.

Oh, neat idea - but I wonder what it does to the DIE tree, rather than just the line table? Do we end up with 3 inlined_subroutines? (one for each of the original calls, if tehy have any unique instructions after inlining, then one for this sythesized call? I guess that's not strictly worse - the instructions were from some sort of inlining... )

Yes, we will end up with 3 inlined_subroutines in the example above (as both original calls have unique instructions):

How's the performance?

Feb 3 2023, 6:53 AM · Restricted Project, Restricted Project, debug-info

Jan 27 2023

dstenb updated the diff for D142556: [DebugInfo] Merge partially matching chains of inlined locations.

When building a Clang binary with this patch to see how often the new case occurs I encountered a bug where the BRIt iterator was invalidated due to further insertion into BLocs. I have fixed that and added a unit test.

Jan 27 2023, 5:58 AM · Restricted Project, Restricted Project, debug-info
dstenb added a comment to D142556: [DebugInfo] Merge partially matching chains of inlined locations.

Oh, neat idea - but I wonder what it does to the DIE tree, rather than just the line table? Do we end up with 3 inlined_subroutines? (one for each of the original calls, if tehy have any unique instructions after inlining, then one for this sythesized call? I guess that's not strictly worse - the instructions were from some sort of inlining... )

Jan 27 2023, 5:47 AM · Restricted Project, Restricted Project, debug-info

Jan 25 2023

dstenb updated the summary of D142552: [lldb] Make GetDIENamesAndRanges() allow 0-valued decl and call lines.
Jan 25 2023, 8:37 AM · Restricted Project, Restricted Project
dstenb added a comment to D142556: [DebugInfo] Merge partially matching chains of inlined locations.

As far as I can tell it is valid DWARF to inline at line 0.

Jan 25 2023, 8:35 AM · Restricted Project, Restricted Project, debug-info
dstenb added a reviewer for D142556: [DebugInfo] Merge partially matching chains of inlined locations: probinson.
Jan 25 2023, 8:28 AM · Restricted Project, Restricted Project, debug-info
dstenb requested review of D142556: [DebugInfo] Merge partially matching chains of inlined locations.
Jan 25 2023, 8:26 AM · Restricted Project, Restricted Project, debug-info
dstenb added a comment to D142552: [lldb] Make GetDIENamesAndRanges() allow 0-valued decl and call lines.

First time looking at LLDB, so I had trouble finding a suitable way to create a reproducer for this. I would be happy to change to another type of lit test if that is more suitable.

Jan 25 2023, 8:21 AM · Restricted Project, Restricted Project
dstenb requested review of D142552: [lldb] Make GetDIENamesAndRanges() allow 0-valued decl and call lines.
Jan 25 2023, 8:18 AM · Restricted Project, Restricted Project

Sep 5 2022

dstenb added inline comments to rGf5a68feab30a: Use llvm::none_of (NFC).
Sep 5 2022, 2:38 AM · Restricted Project, Restricted Project, Restricted Project, Restricted Project

Jan 4 2022

dstenb added a comment to D116411: Add DW_TAG_call_site_parameter for via-stack-param.

Interesting patch series! Just adding some stylistic comments whilst reading through the code.

Jan 4 2022, 12:44 AM · Restricted Project

Nov 17 2021

dstenb added a comment to D114034: [clang-tidy] fix debug-only test failure.

@dstenb - wanted to check with you too to make sure that this change to pr37091.cpp seems like it won't interfere with the original intent of the test (https://reviews.llvm.org/D45686 )

The lingering file issue you'd fixed seemed to be independent of any particular clang-tidy check, but if not, hopefully it can at least get away with not relying on the top-level .clang-tidy anymore!

Nov 17 2021, 1:12 AM · Restricted Project

Sep 21 2021

dstenb committed rG7b4cc09b1424: [LowerConstantIntrinsics] Fix heap-use-after-free bug in worklist (authored by dstenb).
[LowerConstantIntrinsics] Fix heap-use-after-free bug in worklist
Sep 21 2021, 2:33 AM
dstenb closed D109221: [LowerConstantIntrinsics] Fix heap-use-after-free bug in worklist.
Sep 21 2021, 2:33 AM · Restricted Project
dstenb added a comment to D109221: [LowerConstantIntrinsics] Fix heap-use-after-free bug in worklist.

Thanks for the reviews! I'll land this shortly.

Sep 21 2021, 2:12 AM · Restricted Project

Sep 9 2021

dstenb added inline comments to D109221: [LowerConstantIntrinsics] Fix heap-use-after-free bug in worklist.
Sep 9 2021, 6:49 AM · Restricted Project

Sep 3 2021

dstenb requested review of D109221: [LowerConstantIntrinsics] Fix heap-use-after-free bug in worklist.
Sep 3 2021, 3:49 AM · Restricted Project

May 28 2021

dstenb committed rGb6e1fb7e3253: [IR] Make TypeFinder aware of DIArgList values (authored by dstenb).
[IR] Make TypeFinder aware of DIArgList values
May 28 2021, 8:20 AM
dstenb closed D103306: [IR] Make TypeFinder aware of DIArgList values.
May 28 2021, 8:20 AM · Restricted Project, debug-info
dstenb added inline comments to D103306: [IR] Make TypeFinder aware of DIArgList values.
May 28 2021, 8:12 AM · Restricted Project, debug-info
dstenb requested review of D103306: [IR] Make TypeFinder aware of DIArgList values.
May 28 2021, 2:25 AM · Restricted Project, debug-info

May 3 2021

dstenb added a comment to D97667: [loop-idiom] Hoist loop memcpys to loop preheader.

With this patch we got the following assertion:

bool llvm::APInt::operator==(const llvm::APInt &) const: Assertion `BitWidth == RHS.BitWidth && "Comparison requires equal bit widths"' failed.

in LoopIdiomRecognize::processLoopMemCpy() at the following comparison:

// Check if the load stride matches the store stride.
if (StrIntStride != LoadIntStride && StrIntStride != -LoadIntStride)
  return false;

for a memcpy done between two address spaces with different pointer sizes.

I don't have a upstream reproducer ready for this, but I'll see if I can create one.

The new version should fix the assertion I think. Let me know if you still see it.

May 3 2021, 7:50 AM · Restricted Project

Apr 29 2021

dstenb added a comment to D97667: [loop-idiom] Hoist loop memcpys to loop preheader.

With this patch we got the following assertion:

Apr 29 2021, 7:38 AM · Restricted Project

Apr 20 2021

dstenb added a comment to D100844: [DebugInfo] Salvage dbg.value() during ADCE.

Looks good. Just a small nit about the test.

Apr 20 2021, 6:26 AM · Restricted Project, debug-info

Mar 24 2021

dstenb added inline comments to D99273: [DebugInfo] Support for signed constants inside DIExpression.
Mar 24 2021, 9:40 AM · Restricted Project, debug-info
dstenb added inline comments to D99273: [DebugInfo] Support for signed constants inside DIExpression.
Mar 24 2021, 9:13 AM · Restricted Project, debug-info

Feb 16 2021

dstenb added a comment to D48803: Place the BlockAddress type in the address space of the containing function.

Hi, @arichardson! What is the status for this patch?

Feb 16 2021, 1:40 AM · Restricted Project

Feb 12 2021

dstenb added inline comments to D96559: Support emitting complex expressions that include entry values.
Feb 12 2021, 2:27 AM · debug-info, Restricted Project

Feb 4 2021

dstenb requested review of D96055: [DebugInfo] Emit comments for debug_loc bytes as integers.
Feb 4 2021, 9:08 AM · debug-info, Restricted Project

Jan 5 2021

dstenb added a comment to D90020: [AArch64][SVE] Emit DWARF location expression for SVE stack objects..

I'm sorry for chiming in so late here! I have a comment about the prependOffsetExpression target hook.

Thanks for the suggestion, you made a good point that this interface was error prone when new flags are added in the future. I've updated the patch and added the virtual interface getOffsetOpcodes alongside prependOffsetExpression (made non-virtual and now handles the Deref, Stack/Entry Value). Let me know if this is how you imagined it.

Jan 5 2021, 2:00 AM · Restricted Project

Dec 15 2020

dstenb added inline comments to D90020: [AArch64][SVE] Emit DWARF location expression for SVE stack objects..
Dec 15 2020, 8:25 AM · Restricted Project
dstenb added a comment to D90020: [AArch64][SVE] Emit DWARF location expression for SVE stack objects..

I'm sorry for chiming in so late here! I have a comment about the prependOffsetExpression target hook.

Dec 15 2020, 8:23 AM · Restricted Project

Dec 10 2020

dstenb added a comment to D76146: [DebugInfo] Use DW_OP_LLVM_convert_generic after sign/zero exts.
In D76146#2438388, @mib wrote:

Hi @dstenb, any update on this ? I tried to look for DW_OP_LLVM_convert_generic in the codebase but couldn't find any occurence ... Thanks.

Dec 10 2020, 8:56 AM · Restricted Project, debug-info

Dec 8 2020

dstenb accepted D92851: [DebugInfo][NFC] Refactor BinOp and GEP salvaging in salvageDebugInfoImpl out to separate functions.

Thanks!

Dec 8 2020, 9:17 AM · Restricted Project, debug-info

Dec 7 2020

dstenb accepted D92471: [CSInfo] Do not create CSInfo for undef arguments.

As both the emission of the IMPLICIT_DEF instructions in SelectionDAG, and the resolving of those instructions in "Process Implicit Definitions", is target independent code, I think it would be sufficient with only keeping one of these test cases, but I would be fine with landed this with all five.

Dec 7 2020, 2:50 AM · Restricted Project, debug-info

Dec 2 2020

dstenb added a comment to D92471: [CSInfo] Do not create CSInfo for undef arguments.

I think it would be preferable if we could do this in a target independent place, so that downstream targets, and upstream targets that do not yet support call sites, do not have to care about this.

Dec 2 2020, 7:23 AM · Restricted Project, debug-info

Nov 26 2020

dstenb committed rG384996f9e18f: [IndVarSimplify] Fix Modified status when handling dead PHI nodes (authored by dstenb).
[IndVarSimplify] Fix Modified status when handling dead PHI nodes
Nov 26 2020, 5:29 AM
dstenb closed D91153: [IndVarSimplify] Fix Modified status when handling dead PHI nodes.
Nov 26 2020, 5:28 AM · Restricted Project
dstenb added a comment to D91339: [X86] Include %rip for 32-bit RIP-relative relocs for x32.

What is the status of the expensive check failure? It has been present for five days now. Should we revert this patch until that is resolved?

Nov 26 2020, 1:13 AM · Restricted Project

Nov 25 2020

dstenb added a comment to D91153: [IndVarSimplify] Fix Modified status when handling dead PHI nodes.

Please move the test out of MIPS-specific into general test directory if it's possible. Otherwise, LGTM.

Nov 25 2020, 2:26 PM · Restricted Project
dstenb updated the diff for D91153: [IndVarSimplify] Fix Modified status when handling dead PHI nodes.

Use X86 reproducer instead.

Nov 25 2020, 2:24 PM · Restricted Project

Nov 19 2020

dstenb committed rG2d1f471e45af: [Mach0] Fix unused-variable warnings (authored by ehjogab).
[Mach0] Fix unused-variable warnings
Nov 19 2020, 1:52 AM
dstenb closed D91519: [AST][Mach0] Fix unused-variable warnings.
Nov 19 2020, 1:52 AM · Restricted Project, Restricted Project

Nov 18 2020

dstenb added a comment to D91722: [DebugInfo] Use variadic debug values to salvage BinOps and GEP instrs with non-const operands.

I took the liberty to add some review comments whilst familiarizing myself with the code.

Nov 18 2020, 9:24 AM · debug-info, Restricted Project
dstenb added inline comments to D91153: [IndVarSimplify] Fix Modified status when handling dead PHI nodes.
Nov 18 2020, 2:53 AM · Restricted Project
dstenb added inline comments to D91153: [IndVarSimplify] Fix Modified status when handling dead PHI nodes.
Nov 18 2020, 12:49 AM · Restricted Project
dstenb added a comment to D91153: [IndVarSimplify] Fix Modified status when handling dead PHI nodes.

I'm not very familiar with the IndVars pass, so I have not idea if this is the correct way to solve this.

This seems correct to me, but I'm not familiar with IndVar either, so maybe someone else should take a look.
However, I think it would be better if we can return false in this case (i.e. if all PHI nodes created in rewriteLoopExitValues are dead).
But I don't know whether there's some edge case that forces us to return true here.

Nov 18 2020, 12:43 AM · Restricted Project

Nov 12 2020

dstenb accepted D91083: [AsmPrinter] fix -disable-debug-info option.

Thanks! This looks good to me.

Nov 12 2020, 2:15 AM · Restricted Project

Nov 10 2020

dstenb added a comment to D91153: [IndVarSimplify] Fix Modified status when handling dead PHI nodes.

I'm not very familiar with the IndVars pass, so I have not idea if this is the correct way to solve this.

Nov 10 2020, 5:23 AM · Restricted Project
dstenb requested review of D91153: [IndVarSimplify] Fix Modified status when handling dead PHI nodes.
Nov 10 2020, 5:22 AM · Restricted Project

Nov 5 2020

dstenb added a comment to D89613: make the AsmPrinterHandler array public.

The .cfi_startproc directive is part of the unwind information (eh_frame), and is not debug info, so that seems like a possible bugfix even? I'd expect that observation to be consistent with the goal of this PR, though I didn't see specifically where that pass was being affected in a cursory glance back through the PR.

Nov 5 2020, 9:40 AM · Restricted Project

Oct 29 2020

dstenb added inline comments to D89218: [DebugInfo] Support for DW_TAG_generic_subrange.
Oct 29 2020, 3:55 AM · Restricted Project, debug-info

Oct 22 2020

dstenb committed rG13edfcc97d29: [DebugInfo] Clear subreg in setDebugValueUndef() (authored by dstenb).
[DebugInfo] Clear subreg in setDebugValueUndef()
Oct 22 2020, 11:51 PM
dstenb closed D89941: [DebugInfo] Clear subreg in setDebugValueUndef().
Oct 22 2020, 11:51 PM · debug-info, Restricted Project
dstenb requested review of D89941: [DebugInfo] Clear subreg in setDebugValueUndef().
Oct 22 2020, 2:54 AM · debug-info, Restricted Project

Oct 20 2020

dstenb committed rG0c0fcea557e4: Handle value uses wrapped in metadata for the use-list order (authored by dstenb).
Handle value uses wrapped in metadata for the use-list order
Oct 20 2020, 11:11 AM
dstenb closed D53758: Handle value uses wrapped in metadata for the use-list order.
Oct 20 2020, 11:11 AM · Restricted Project
dstenb added a comment to D53758: Handle value uses wrapped in metadata for the use-list order.

I totally lost track of this :/.

The patch looks correct, thanks very much for tracking this down. This LGTM if you add an explanation to the testcase of exactly what it’s testing (I worry it’s not obvious for someone trying to update the test later).

Oct 20 2020, 10:28 AM · Restricted Project
dstenb updated the diff for D53758: Handle value uses wrapped in metadata for the use-list order.

Rebase, and update comment in test case.

Oct 20 2020, 10:27 AM · Restricted Project

Oct 9 2020

dstenb added a comment to D88808: [X86] Defer the creation of LCMPXCHG16B_SAVE_RBX until finalize-isel.

This seems to have broken the expensive-checks build bots:

Oct 9 2020, 2:43 AM · Restricted Project

Oct 7 2020

dstenb added a comment to D87233: [POC][DebugInfo] Use entry values within IR.

If I understand this correctly, the new {EntryValue, EntryExpr} operands do, if EntryExpr is not undef, specify a location that is identical to the dbg.value's current {Value, Expr} operands, but with DW_OP_LLVM_entry_value implicitly being applied to EntryValue before EntryExpr. Is that correct?

Oct 7 2020, 2:01 AM · Restricted Project, debug-info

Oct 6 2020

dstenb added a comment to D87233: [POC][DebugInfo] Use entry values within IR.

Some minor code style comments while I look into this.

Oct 6 2020, 7:07 AM · Restricted Project, debug-info

Sep 29 2020

dstenb added a comment to D85971: [IndVarSimplify] Fix Modified status for removal of overflow intrinsics.

I added a comment about eliminateTrunc to the commit message. I'll see if I can create a reproducer for that, and if so, I'll upload a revision for that.

Sep 29 2020, 4:23 AM · Restricted Project
dstenb committed rGe6f332ef1e41: [IndVarSimplify] Fix Modified status for removal of overflow intrinsics (authored by dstenb).
[IndVarSimplify] Fix Modified status for removal of overflow intrinsics
Sep 29 2020, 4:22 AM
dstenb closed D85971: [IndVarSimplify] Fix Modified status for removal of overflow intrinsics.
Sep 29 2020, 4:21 AM · Restricted Project

Sep 24 2020

dstenb accepted D87233: [POC][DebugInfo] Use entry values within IR.

I'm equally fine with doing the Implicit flag change here, or for someone to do it in a separate patch.

Sep 24 2020, 3:16 PM · Restricted Project, debug-info

Sep 23 2020

dstenb added inline comments to D87357: [SelectionDAG][DebugInfo] Use entry-values to recover variables values.
Sep 23 2020, 6:25 AM · Restricted Project, debug-info

Sep 22 2020

dstenb added a comment to D87233: [POC][DebugInfo] Use entry values within IR.

Sorry for a piecemeal review from my part!

Sep 22 2020, 3:07 PM · Restricted Project, debug-info

Sep 14 2020

dstenb committed rGbfcb824ba528: [JumpThreading] Fix an incorrect Modified status (authored by dstenb).
[JumpThreading] Fix an incorrect Modified status
Sep 14 2020, 1:37 AM
dstenb closed D87392: [JumpThreading] Fix an incorrect Modified status.
Sep 14 2020, 1:37 AM · Restricted Project
dstenb added a comment to D87392: [JumpThreading] Fix an incorrect Modified status.

Thanks for the review!

Sep 14 2020, 12:41 AM · Restricted Project

Sep 10 2020

dstenb added a comment to D86812: [DebugInstrRef][1/3] Track PHI values through register allocation.

Just some drive-by nits while familiarizing myself with this patch series.

Sep 10 2020, 9:01 AM · Restricted Project
dstenb updated the diff for D87392: [JumpThreading] Fix an incorrect Modified status.

Continue using a bool return instead of a tri-state.

Sep 10 2020, 12:27 AM · Restricted Project
dstenb added inline comments to D87233: [POC][DebugInfo] Use entry values within IR.
Sep 10 2020, 12:03 AM · Restricted Project, debug-info

Sep 9 2020

dstenb updated the summary of D87392: [JumpThreading] Fix an incorrect Modified status.
Sep 9 2020, 9:30 AM · Restricted Project
dstenb requested review of D87392: [JumpThreading] Fix an incorrect Modified status.
Sep 9 2020, 9:30 AM · Restricted Project
dstenb committed rG48fc78143876: [UnifyFunctionExitNodes] Fix Modified status for unreachable blocks (authored by dstenb).
[UnifyFunctionExitNodes] Fix Modified status for unreachable blocks
Sep 9 2020, 4:36 AM
dstenb closed D85818: [UnifyFunctionExitNodes] Fix Modified status for unreachable blocks.
Sep 9 2020, 4:36 AM · Restricted Project
dstenb added inline comments to D85818: [UnifyFunctionExitNodes] Fix Modified status for unreachable blocks.
Sep 9 2020, 4:31 AM · Restricted Project

Sep 8 2020

dstenb added a comment to D87078: [UnifyFunctionExitNodes] Remove unused getters, NFC.

Thanks, and sorry for overlooking the comments!

Sep 8 2020, 11:44 AM · Restricted Project
dstenb committed rG17dce2fe43c9: [UnifyFunctionExitNodes] Remove unused getters, NFC (authored by dstenb).
[UnifyFunctionExitNodes] Remove unused getters, NFC
Sep 8 2020, 11:43 AM
dstenb closed D87078: [UnifyFunctionExitNodes] Remove unused getters, NFC.
Sep 8 2020, 11:42 AM · Restricted Project
dstenb added inline comments to D87233: [POC][DebugInfo] Use entry values within IR.
Sep 8 2020, 6:24 AM · Restricted Project, debug-info