commit | 181f2e99d142db78be636becfe6966fdbef61cb8 | [log] [tgz] |
---|---|---|
author | Martin Liska <mliska@suse.cz> | Wed Aug 01 12:21:49 2018 +0200 |
committer | Martin Liska <marxin@gcc.gnu.org> | Wed Aug 01 10:21:49 2018 +0000 |
tree | 0d354dc225c4450a7c650abe655f83e23517f035 | |
parent | 00d29b97d9ed9af957f896b8279ae85d2e16deb4 [diff] |
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. From-SVN: r263201