Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: llvmorg-21-init, llvmorg-19.1.7, llvmorg-19.1.6, llvmorg-19.1.5, llvmorg-19.1.4, llvmorg-19.1.3, llvmorg-19.1.2
# 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 ...