[PATCH] D25334: Implement __stosb intrinsic as a volatile memset

Albert Gutowski via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 6 11:37:29 PDT 2016


agutowski marked an inline comment as done.
agutowski added inline comments.


> hans wrote in CGBuiltin.cpp:7613
> Why is it returning Dest here, and not the result of Builder.CreateMemSet?

My mistake (that's what memset returns), thanks!

https://reviews.llvm.org/D25334





More information about the cfe-commits mailing list