[all-commits] [llvm/llvm-project] f0f8da: [SLP]Check if the first reduced value requires fre...
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Tue Dec 24 07:44:10 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f0f8dab712967b8fca5fcca4d7338b1d25017634
https://github.com/llvm/llvm-project/commit/f0f8dab712967b8fca5fcca4d7338b1d25017634
Author: Alexey Bataev <a.bataev at outlook.com>
Date: 2024-12-24 (Tue, 24 Dec 2024)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
M llvm/test/Transforms/SLPVectorizer/logical-ops-poisonous-repeated.ll
Log Message:
-----------
[SLP]Check if the first reduced value requires freeze/swap, if it may be too poisonous
If several reduced values are combined and the first reduced value is
just the original reduced value of the bool logical op, need to freeze
it to prevent the propagation of the poison value.
Fixes #114905
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