[PATCH] D75050: [DebugInfo][NFC] Move out lambdas from collectCallSiteParameters()
    David Stenberg via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Feb 27 05:54:17 PST 2020
    
    
  
dstenb closed this revision.
dstenb added a comment.
Oh, it seems that I missed to specify the repository for this patch. This was pushed as:
  commit ff574ff291e73b78164aade9d456d364bbf93a03
  Author: David Stenberg <david.stenberg at ericsson.com>
  Date:   Thu Feb 27 09:53:31 2020 +0100
  
      [DebugInfo][NFC] Move out lambdas from collectCallSiteParameters()
      
      Summary:
      This is a preparatory patch for D75036, in which a debug expression is
      associated with each parameter register in the worklist. In that patch
      the two lambda functions addToWorklist() and finishCallSiteParams() grow
      a bit, so move those out to separate functions. This patch also prepares
      for each parameter register having their own expression moving the
      creation of the DbgValueLoc into finishCallSiteParams().
      
      Reviewers: djtodoro, vsk
      
      Reviewed By: djtodoro, vsk
      
      Subscribers: hiraditya, llvm-commits
      
      Tags: #debug-info, #llvm
      
      Differential Revision: https://reviews.llvm.org/D75050
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75050/new/
https://reviews.llvm.org/D75050
    
    
More information about the llvm-commits
mailing list