| #
4dede756 |
| 02-Oct-2024 |
Alexey Bataev <a.bataev@outlook.com> |
[SLP]Transform nodes before building externally used values
transformNodes function may create new vector nodes, so the reduced values might be vectorized later. Need to build the list of the extern
[SLP]Transform nodes before building externally used values
transformNodes function may create new vector nodes, so the reduced values might be vectorized later. Need to build the list of the externally used values after the transformNodes() function call to avoid compiler crash.
Fixe #110787
show more ...
|