[llvm-commits] [llvm] r111922 - /llvm/trunk/lib/Transforms/Utils/ValueMapper.cpp

Devang Patel dpatel at apple.com
Tue Aug 24 11:25:38 PDT 2010


On Aug 24, 2010, at 10:10 AM, Dan Gohman wrote:

> Author: djg
> Date: Tue Aug 24 12:10:10 2010
> New Revision: 111922
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=111922&view=rev
> Log:
> MapValue support for MDNodes. This is similar to r109117, except
> that it avoids a lot of unnecessary cloning by avoiding remapping
> MDNode cycles when none of the nodes in the cycle actually need to
> be remapped. Also it uses the new temporary MDNode mechanism.

Yay! Does this fix PR 7700 and PR 7689 ?
-
Devang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20100824/23565cc4/attachment.html>


More information about the llvm-commits mailing list