[PATCH] D13005: [Debug] Look through bitcasts to find argument registers

Oliver Stannard via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 21 02:16:13 PDT 2015


olista01 created this revision.
olista01 added a subscriber: llvm-commits.
olista01 set the repository for this revision to rL LLVM.

On targets where f32 is not legal, we have to look through a BITCAST SDNode to find the register that an argument is stored in when emitting debug info, or we will not be able to emit a DW_AT_location for it.

Repository:
  rL LLVM

http://reviews.llvm.org/D13005

Files:
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  test/DebugInfo/ARM/float-args.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13005.35215.patch
Type: text/x-patch
Size: 4142 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150921/ffbfb71b/attachment.bin>


More information about the llvm-commits mailing list