r263222 - in /trunk/gcc: ChangeLog tree-vect-st...
rsandifo@gcc.gnu.org
rsandifo@gcc.gnu.org
Wed Aug 1 15:29:00 GMT 2018
Author: rsandifo
Date: Wed Aug 1 15:29:36 2018
New Revision: 263222
URL: https://gcc.gnu.org/viewcvs?rev=263222&root=gcc&view=rev
Log:
Fix remove_stmt in vectorizable_simd_clone_call (PR 86758)
vectorizable_simd_clone_call was trying to remove a pattern statement
instead of the original statement, Fixes existing tests
gcc.dg/pr84452.c and gcc.target/i386/pr84309.c on x86.
2018-08-01 Richard Sandiford <richard.sandiford@arm.com>
gcc/
PR tree-optimization/86748
* tree-vect-stmts.c (vectorizable_simd_clone_call): Don't try
to remove pattern statements.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/tree-vect-stmts.c
More information about the Gcc-cvs
mailing list