[llvm] r202662 - Give APInt move semantics.

Ahmed Charles acharles at outlook.com
Sun Mar 2 16:22:03 PST 2014


----------------------------------------
> Subject: [llvm] r202662 - Give APInt move semantics.
> Date: Sun, 2 Mar 2014 20:56:28 +0000
> To: llvm-commits at cs.uiuc.edu
> From: benny.kra at googlemail.com
>
> Author: d0k
> Date: Sun Mar 2 14:56:28 2014
> New Revision: 202662
>
> URL: http://llvm.org/viewvc/llvm-project?rev=202662&view=rev
> Log:
> Give APInt move semantics.
>
> The interaction between defaulted operators and move elision isn't
> totally obvious, add a unit test so it doesn't break unintentionally.
>


This change also seems to rely on defaulted move operations? 		 	   		  



More information about the llvm-commits mailing list