Add memmove to value profiling.
commite1fe4185168ddd8d1aeac9a2e3437d6773c27429
authormarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 1 Aug 2018 10:21:49 +0000 (1 10:21 +0000)
committermarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 1 Aug 2018 10:21:49 +0000 (1 10:21 +0000)
tree0d354dc225c4450a7c650abe655f83e23517f035
parent54d19dc9b5f379fcfc12ab439563db3319a7babc
Add memmove to value profiling.

2018-08-01  Martin Liska  <mliska@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  <mliska@suse.cz>

        PR value-prof/35543
* gcc.dg/tree-prof/val-prof-7.c: Add __builtin_memmove.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@263201 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-prof/val-prof-7.c
gcc/value-prof.c