Re: [PATCH] PR tree-optimization/90681 Fix ICE in vect_slp_analyze_node_operations_1

2019-05-31 Thread Richard Sandiford
Alejandro Martinez Vicente writes: > Hi, > > This patch fixes bug 90681. It was caused by trying to SLP vectorize a non > grouped load. We've fixed it by tweaking a bit the implementation: mark > masked loads as not vectorizable, but support them as an special case. Then > the detect them in th

[PATCH] PR tree-optimization/90681 Fix ICE in vect_slp_analyze_node_operations_1

2019-05-31 Thread Alejandro Martinez Vicente
Hi, This patch fixes bug 90681. It was caused by trying to SLP vectorize a non grouped load. We've fixed it by tweaking a bit the implementation: mark masked loads as not vectorizable, but support them as an special case. Then the detect them in the test for normal non-grouped loads that was al