1 /* { dg-options "-O2 -fdump-tree-optimized -fdump-ipa-profile" } */
7 /* We allow short memcpy()s for MIPS16. */
8 int __attribute__((nomips16
))
17 __builtin_memset (a
, 10, size
* sizeof (a
[0]));
22 /* autofdo doesn't support value profiling for now: */
23 /* { dg-final-use-not-autofdo { scan-ipa-dump "Single value 4 stringop" "profile"} } */
24 /* The versioned memset of size 4 should be optimized to an assignment. */
25 /* { dg-final-use-not-autofdo { scan-tree-dump "MEM\\\[\\(void .\\)&a\\\] = 168430090" "optimized"} } */