[all-commits] [llvm/llvm-project] b3e7e4: [VPlan] Also specialize getNumIncoming for VPWiden...

Florian Hahn via All-commits all-commits at lists.llvm.org
Fri May 16 14:01:01 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b3e7e4bb252c82c45639569c6b5f91c5c63742b6
      https://github.com/llvm/llvm-project/commit/b3e7e4bb252c82c45639569c6b5f91c5c63742b6
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2025-05-16 (Fri, 16 May 2025)

  Changed paths:
    M llvm/lib/Transforms/Vectorize/VPlan.h

  Log Message:
  -----------
  [VPlan] Also specialize getNumIncoming for VPWidenPointerInd (NFC).

Similar to VPWidenIntOrFpInductionRecipe, VPWidenPointerInductionRecipe
only has a single incoming value and no backedge value.

Currently NFC as there are no problematic uses at the moment.



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