[all-commits] [llvm/llvm-project] 56a37a: [SLPVectorizer] Refactor HorizontalReduction::crea...
Mel Chen via All-commits
all-commits at lists.llvm.org
Mon Jan 13 00:11:52 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 56a37a3c767b037143235bf34d180be85de7fd53
https://github.com/llvm/llvm-project/commit/56a37a3c767b037143235bf34d180be85de7fd53
Author: Mel Chen <mel.chen at sifive.com>
Date: 2025-01-13 (Mon, 13 Jan 2025)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
Log Message:
-----------
[SLPVectorizer] Refactor HorizontalReduction::createOp (NFC) (#121549)
This patch simplifies select-based integer min/max reductions by
utilizing `llvm::getMinMaxReductionPredicate`, and generates
intrinsic-based min/max reductions by utilizing
`llvm::getMinMaxReductionIntrinsicOp`.
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