[llvm-commits] [llvm] r93757 - in /llvm/trunk: lib/Transforms/Utils/ValueMapper.cpp test/FrontendC/2010-01-18-Inlined-Debug.c

Victor Hernandez vhernandez at apple.com
Tue Jan 19 21:50:47 PST 2010


This is fixed in r93979.

Victor

On Jan 18, 2010, at 5:00 PM, Chris Lattner wrote:

> 
> 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/20100119/72d12d53/attachment.html>


More information about the llvm-commits mailing list