[llvm] [VPlan] Explicitly replicate VPInstructions by VF. (PR #155102)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 1 14:48:28 PDT 2025
================
@@ -1060,6 +1055,13 @@ class LLVM_ABI_FOR_TEST VPInstruction : public VPRecipeWithIRFlags,
/// underlying ingredient.
bool doesGeneratePerAllLanes() const;
----------------
ayalz wrote:
doesGeneratePerAllLanes() moved from private to public.
https://github.com/llvm/llvm-project/pull/155102
More information about the llvm-commits
mailing list