r274524 - in /trunk/gcc: ChangeLog tree-vect-st...
rsandifo@gcc.gnu.org
rsandifo@gcc.gnu.org
Thu Aug 15 09:23:00 GMT 2019
Author: rsandifo
Date: Thu Aug 15 09:23:06 2019
New Revision: 274524
URL: https://gcc.gnu.org/viewcvs?rev=274524&root=gcc&view=rev
Log:
Add missing check for BUILT_IN_MD (PR 91444)
In this PR we were passing an ordinary non-built-in function to
targetm.vectorize.builtin_md_vectorized_function, which is only
supposed to handle BUILT_IN_MD.
2019-08-15 Richard Sandiford <richard.sandiford@arm.com>
gcc/
PR middle-end/91444
* tree-vect-stmts.c (vectorizable_call): Check that the function
is a BUILT_IN_MD function before passing it to
targetm.vectorize.builtin_md_vectorized_function.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/tree-vect-stmts.c
More information about the Gcc-cvs
mailing list