[PATCH] D57697: [DebugInfo][DAG] Refactor dbg.value intrinsic lowering in SelectionDAGBuilder to method

Jeremy Morse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 4 09:33:48 PST 2019


jmorse created this revision.
jmorse added reviewers: aprantl, vsk, bjope.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This patch is a simple copy and paste of code from one place to another. There's no functional change.  D57694 <https://reviews.llvm.org/D57694> depends on it so I figure it's necessary to put up for review.

Depends on D57584 <https://reviews.llvm.org/D57584>, in that the function body will be slightly changed by that.


Repository:
  rL LLVM

https://reviews.llvm.org/D57697

Files:
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57697.185074.patch
Type: text/x-patch
Size: 8622 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190204/8b7ea938/attachment.bin>


More information about the llvm-commits mailing list