[llvm] [SLPVectorizer, TTI, X86, SystemZ] Move X86 specific handling into X86TTIImpl. (PR #137830)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Fri May 2 05:14:06 PDT 2025
================
@@ -941,6 +941,7 @@ class TargetTransformInfo {
const APInt &DemandedElts,
bool Insert, bool Extract,
TTI::TargetCostKind CostKind,
+ bool ForPoisonSrc = true,
----------------
RKSimon wrote:
It'd be useful if you could include in the doxygen comment what ForPoisonSrc means
https://github.com/llvm/llvm-project/pull/137830
More information about the llvm-commits
mailing list