[llvm] [VPlan] Expand VPWidenIntOrFpInductionRecipe into separate recipes (PR #118638)
Luke Lau via llvm-commits
llvm-commits at lists.llvm.org
Thu May 8 09:23:26 PDT 2025
================
@@ -966,6 +966,7 @@ bool VPInstruction::onlyFirstLaneUsed(const VPValue *Op) const {
case VPInstruction::BranchOnCount:
case VPInstruction::BranchOnCond:
case VPInstruction::ResumePhi:
+ case VPInstruction::Broadcast:
----------------
lukel97 wrote:
This was needed since we're now using VPInstruction::Broadcasts for arbitrary VPValues
https://github.com/llvm/llvm-project/pull/118638
More information about the llvm-commits
mailing list