[all-commits] [llvm/llvm-project] b43ec8: [SLP]Fix PR86798: handle phi nodes being trunced, ...
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Wed Mar 27 07:25:36 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b43ec8e62b5f5a39be378c460339217511261400
https://github.com/llvm/llvm-project/commit/b43ec8e62b5f5a39be378c460339217511261400
Author: Alexey Bataev <a.bataev at outlook.com>
Date: 2024-03-27 (Wed, 27 Mar 2024)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
A llvm/test/Transforms/SLPVectorizer/X86/phi-node-bitwidt-op-not.ll
Log Message:
-----------
[SLP]Fix PR86798: handle phi nodes being trunced, but not its operands.
If the phi node is trunced, but not its operand(s), need to handle this
situation in the assertion, code already does the right transformation.
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