Files
clang-p2996/llvm/test/Transforms/SLPVectorizer/X86
Alexey Bataev f413772b31 [SLP]Fix last instruction selection for vectorized last instruction in SplitVectorize nodes
If the last instruction in the SplitVectorize node is vectorized and
scheduled as part of some bundles, the SplitVectorize node might be
placed in the wrong order, leading to a compiler crash. Need to check if
the vectorized node has vector value and place the SplitVectorize node after the vector instruction to prevent a compile crash.

Fixes issue reported in https://github.com/llvm/llvm-project/pull/133091#issuecomment-2782826805
2025-04-07 09:27:08 -07:00
..
2025-02-04 19:09:57 -05:00
2025-02-04 19:09:57 -05:00
2024-09-21 15:41:06 -07:00
2025-02-04 19:09:57 -05:00