[PATCH] D46360: [SelectionDAG] Refactor code by adding RegsForValue::getRegsAndSizes(). NFCI

Bjorn Pettersson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 2 10:29:19 PDT 2018


bjope created this revision.
bjope added a reviewer: vsk.

Added a helper method in RegsForValue to get a list with
all the <RegNumber, RegSize> pairs that we want to iterate
over in SelectionDAGBuilder::EmitFuncArgumentDbgValue and
in SelectionDAGBuilder::visitIntrinsicCall.


Repository:
  rL LLVM

https://reviews.llvm.org/D46360

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46360.144901.patch
Type: text/x-patch
Size: 4941 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180502/472a4343/attachment.bin>


More information about the llvm-commits mailing list