1 /* { dg-options "-O2 -fdump-tree-optimized -fdump-ipa-profile" } */
12 __builtin_memcpy (a
, b
, size
* sizeof (a
[0]));
17 /* autofdo doesn't support value profiling for now: */
18 /* { dg-final-use-not-autofdo { scan-ipa-dump "Single value 4 stringop" "profile"} } */
19 /* Really this ought to simplify into assignment, but we are not there yet. */
20 /* a[0] = b[0] is what we fold the resulting memcpy into. */
21 /* { dg-final-use-not-autofdo { scan-tree-dump " = MEM.*&b" "optimized"} } */
22 /* { dg-final-use-not-autofdo { scan-tree-dump "MEM.*&a\\\] = " "optimized"} } */