[PATCH] D64645: DAG: Handle dbg_value for arguments split into multiple subregs

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 12 10:06:40 PDT 2019


arsenm created this revision.
arsenm added reviewers: aprantl, echristo, scott.linder.
Herald added subscribers: nhaehnle, wdng, jvesely.

This was handled previously for arguments split due to not fitting in
an MVT. This was dropping the register for argument registers split
due to TLI::getRegisterTypeForCallingConv.


https://reviews.llvm.org/D64645

Files:
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  test/CodeGen/AMDGPU/split-arg-dbg-value.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64645.209519.patch
Type: text/x-patch
Size: 18830 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190712/4be2c56c/attachment.bin>


More information about the llvm-commits mailing list