[PATCH] D30225: [LIR] re-enable generation of memmove with runtime checks

Krzysztof Parzyszek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 28 13:57:10 PST 2017


kparzysz added a comment.

In https://reviews.llvm.org/D30225#688953, @sebpop wrote:

> Krzysztof, I have removed the code for memmove and memcpy detection
>  from the Hexagon LIR: this removes the generation of volatile memcpy.
>  Please make sure that it is ok to remove and to rely on the generic LIR for 
>  the detection of memmove and memcpy.


Yes, that is ok.


https://reviews.llvm.org/D30225





More information about the llvm-commits mailing list