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
# e7080fd7 31-Oct-2024 Alexey Bataev <a.bataev@outlook.com>

[SLP]Extra check if the intruction matked for removal, must be replaced in reduction ops

If the instruction is vectorized and it is a part of the reduced values
gather/buildvector node, it should re

[SLP]Extra check if the intruction matked for removal, must be replaced in reduction ops

If the instruction is vectorized and it is a part of the reduced values
gather/buildvector node, it should replaced in reduced operation
instructions before removal properly, to avoid compiler crash.

Fixes #114371

show more ...