[PATCH] D145911: [Assignment Tracking][NFC] Use RawLocationWrapper in VarLocInfo [2/x]

Orlando Cazalet-Hyams via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 13 02:37:18 PDT 2023


Orlando created this revision.
Orlando added reviewers: StephenTozer, jmorse, jryans, scott.linder.
Orlando added a project: debug-info.
Herald added subscribers: nlopes, hiraditya.
Herald added a project: All.
Orlando requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Use RawLocationWrapper rather than a Value to represent the location operand(s) so that it's possible to represent multiple location operands. AssignmentTrackingAnalysis still converts variadic debug intrinsics to kill locations so this patch is NFC.


https://reviews.llvm.org/D145911

Files:
  llvm/include/llvm/CodeGen/AssignmentTrackingAnalysis.h
  llvm/lib/CodeGen/AssignmentTrackingAnalysis.cpp
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145911.504559.patch
Type: text/x-patch
Size: 14229 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230313/a1cbb42f/attachment.bin>


More information about the llvm-commits mailing list