tree-optimization/107956 - ICE with NULL call LHS
commit5c11d748564c7ce3b096e87ad350fcddd493e45e
authorAndrew Pinski <pinskia@gmail.com>
Mon, 5 Dec 2022 08:09:52 +0000 (5 09:09 +0100)
committerRichard Biener <rguenther@suse.de>
Mon, 5 Dec 2022 08:11:33 +0000 (5 09:11 +0100)
tree4faf8842696fdbf8066d85aa27a994211d2b0aa2
parent380d62c14c99d8df13b7a86660e7ee67d01ad827
tree-optimization/107956 - ICE with NULL call LHS

The following adds a missing check for a NULL call LHS in the
vector pattern recognizer.

PR tree-optimization/107956
* tree-vect-patterns.cc (vect_recog_mask_conversion_pattern):
Check for NULL LHS on masked loads.
gcc/tree-vect-patterns.cc