https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35543
--- Comment #6 from Martin Liška <marxin at gcc dot gnu.org> --- Author: marxin Date: Wed Aug 1 10:21:49 2018 New Revision: 263201 URL: https://gcc.gnu.org/viewcvs?rev=263201&root=gcc&view=rev Log: Add memmove to value profiling. 2018-08-01 Martin Liska <mli...@suse.cz> PR value-prof/35543 * value-prof.c (interesting_stringop_to_profile_p): Simplify the code and add BUILT_IN_MEMMOVE. (gimple_stringops_transform): Likewise. 2018-08-01 Martin Liska <mli...@suse.cz> PR value-prof/35543 * gcc.dg/tree-prof/val-prof-7.c: Add __builtin_memmove. Modified: trunk/gcc/ChangeLog trunk/gcc/testsuite/ChangeLog trunk/gcc/testsuite/gcc.dg/tree-prof/val-prof-7.c trunk/gcc/value-prof.c