]> git.ipfire.org Git - thirdparty/gcc.git/commit
Simplify vect_is_simple_use
authorRichard Biener <rguenther@suse.de>
Wed, 9 Jun 2021 11:07:19 +0000 (13:07 +0200)
committerRichard Biener <rguenther@suse.de>
Wed, 9 Jun 2021 11:08:47 +0000 (13:08 +0200)
commit12913c7125f15d4385c28860126b33834b6dd267
tree86ae5caac8c146f0c03830e7650165ea5712608c
parent6ed359cd8b37a9a85cb6e93d9f40736d8f559495
Simplify vect_is_simple_use

This simplifies vect_is_simple_use to always get the def-type from
the stmt_info instead of singleing out some gimple stmt kinds.

2021-06-09  Richard Biener  <rguenther@suse.de>

* tree-vect-stmts.c (vect_is_simple_use): Always get dt
from the stmt.
gcc/tree-vect-stmts.c