[llvm-commits] [llvm] r93757 - in /llvm/trunk: lib/Transforms/Utils/ValueMapper.cpp test/FrontendC/2010-01-18-Inlined-Debug.c
Chris Lattner
clattner at apple.com
Mon Jan 18 17:00:49 PST 2010
On Jan 18, 2010, at 3:28 PM, Devang Patel wrote:
>
> On Jan 18, 2010, at 2:25 PM, Chris Lattner wrote:
>
>> On Jan 18, 2010, at 11:52 AM, Devang Patel wrote:
>>
>>> Author: dpatel
>>> Date: Mon Jan 18 13:52:14 2010
>>> New Revision: 93757
>>>
>>> URL: http://llvm.org/viewvc/llvm-project?rev=93757&view=rev
>>> Log:
>>> While mapping llvm.dbg.declare intrinsic manually map its operand, if possible,
>>> because it points to an alloca instruction through metadata.
>>
>> Thanks for the fix Devang. While I appreciate the expedient fix, shouldn't this code map *all* function-local metadata?
>
> Yes.
Ok, Victor, can you tackle this? It should fit very naturally into this code.
-Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20100118/c8fdaf23/attachment.html>
More information about the llvm-commits
mailing list