r203722 - MS intrinsics: implement the __movs and __stos intrinsics (PR19054)

Joerg Sonnenberger joerg at britannica.bec.de
Wed Mar 12 15:53:17 PDT 2014


On Wed, Mar 12, 2014 at 10:00:32PM -0000, Hans Wennborg wrote:
> Author: hans
> Date: Wed Mar 12 17:00:32 2014
> New Revision: 203722
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=203722&view=rev
> Log:
> MS intrinsics: implement the __movs and __stos intrinsics (PR19054)

Why is this not just mapping them to __builtin_memmove /
__builtin_memset?

Joerg



More information about the cfe-commits mailing list