Dump def that we use for a splat
This makes the SLP vectorizer dump the def we use for a splat to aid debugging. 2022-02-22 Richard Biener <rguenther@suse.de> * tree-vect-slp.cc (vect_build_slp_tree_2): Dump the def used for a splat.
This commit is contained in:
parent
2ef0e75d0b
commit
d669237f7d
1 changed files with 2 additions and 1 deletions
|
@ -2202,7 +2202,8 @@ out:
|
|||
{
|
||||
if (dump_enabled_p ())
|
||||
dump_printf_loc (MSG_NOTE, vect_location,
|
||||
"Using a splat of the uniform operand\n");
|
||||
"Using a splat of the uniform operand %G",
|
||||
first_def->stmt);
|
||||
oprnd_info->first_dt = vect_external_def;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue