[all-commits] [llvm/llvm-project] 9c8619: [SLP] Update vector value for incoming phi node, b...
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Fri Mar 14 12:54:23 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9c86198caf3654a744ae3fb15447040153acba19
https://github.com/llvm/llvm-project/commit/9c86198caf3654a744ae3fb15447040153acba19
Author: Alexey Bataev <a.bataev at outlook.com>
Date: 2025-03-14 (Fri, 14 Mar 2025)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
A llvm/test/Transforms/SLPVectorizer/X86/multi-incoming-blocks-in-phi.ll
Log Message:
-----------
[SLP] Update vector value for incoming phi node, beeing vectorized already
If the phi node contains multiple same incoming blocks/values, need to
update the corresponding vectorized value, if it is not going to be
vectorized, if the incoming value was vectorized already.
Fixes #131355
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list