comparison gcc/testsuite/gcc.dg/tree-prof/stringop-1.c @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
13 asm(""); 13 asm("");
14 } 14 }
15 return 0; 15 return 0;
16 } 16 }
17 /* autofdo doesn't support value profiling for now: */ 17 /* autofdo doesn't support value profiling for now: */
18 /* { dg-final-use-not-autofdo { scan-ipa-dump "Single value 4 stringop" "profile"} } */ 18 /* { dg-final-use-not-autofdo { scan-ipa-dump "Transformation done: single value 4 stringop" "profile"} } */
19 /* Really this ought to simplify into assignment, but we are not there yet. */ 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. */ 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"} } */ 21 /* { dg-final-use-not-autofdo { scan-tree-dump " = MEM.*&b" "optimized"} } */
22 /* { dg-final-use-not-autofdo { scan-tree-dump "MEM.*&a\\\] = " "optimized"} } */ 22 /* { dg-final-use-not-autofdo { scan-tree-dump "MEM.*&a\\\] = " "optimized"} } */