[all-commits] [llvm/llvm-project] 465b17: [VPlan] Support scalable VFs in narrowInterleaveGr...

Florian Hahn via All-commits all-commits at lists.llvm.org
Sun Aug 31 12:45:28 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 465b17c45007b3030f918098cc801f065508e732
      https://github.com/llvm/llvm-project/commit/465b17c45007b3030f918098cc801f065508e732
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2025-08-31 (Sun, 31 Aug 2025)

  Changed paths:
    M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
    M llvm/test/Transforms/LoopVectorize/AArch64/transform-narrow-interleave-to-widen-memory-scalable.ll

  Log Message:
  -----------
  [VPlan] Support scalable VFs in narrowInterleaveGroups. (#154842)

Update narrowInterleaveGroups to support scalable VFs. After the
transform, the vector loop will process a single iteration of the
original vector loop for fixed-width vectors and vscale iterations for
scalable vectors.



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