#
b9d3da8c |
| 26-Aug-2024 |
Alexey Bataev <a.bataev@outlook.com> |
[SLP]Fix PR105904: the root node might be a gather node without user for reductions.
Before checking the user components of the gather/buildvector nodes, need to check if the node has users at all.
[SLP]Fix PR105904: the root node might be a gather node without user for reductions.
Before checking the user components of the gather/buildvector nodes, need to check if the node has users at all. Root nodes might not have users, if it is a node for the reduction.
Fixes https://github.com/llvm/llvm-project/issues/105904
show more ...
|