[llvm] [VPlan] Add support for VPWidenIntOrFpInductionRecipe in predicated D… (PR #115274)
Mel Chen via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 7 05:39:11 PST 2024
================
@@ -148,6 +154,8 @@ bool llvm::isVectorIntrinsicWithOverloadTypeAtArg(Intrinsic::ID ID,
return OpdIdx == 0;
case Intrinsic::powi:
return OpdIdx == -1 || OpdIdx == 1;
+ case Intrinsic::experimental_vp_splat:
+ return OpdIdx == -1;
----------------
Mel-Chen wrote:
No need this
https://github.com/llvm/llvm-project/pull/115274
More information about the llvm-commits
mailing list