diff options
author | Richard Sandiford <richard.sandiford@arm.com> | 2019-08-15 09:23:06 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2019-08-15 09:23:06 +0000 |
commit | eb2211e35713796c5899939d983d9e8c6d037e60 (patch) | |
tree | d261860976df9e6e19568c432c5df066059cac81 /gcc/tree-vrp.c | |
parent | 5c38705dbde776f68bf1f99a71657d0e21b772a5 (diff) | |
download | gcc-eb2211e35713796c5899939d983d9e8c6d037e60.zip gcc-eb2211e35713796c5899939d983d9e8c6d037e60.tar.gz gcc-eb2211e35713796c5899939d983d9e8c6d037e60.tar.bz2 |
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.
From-SVN: r274524
Diffstat (limited to 'gcc/tree-vrp.c')
0 files changed, 0 insertions, 0 deletions