[all-commits] [llvm/llvm-project] 1efa99: [VPlan] Handle stores to single-scalar addr in nar...

Florian Hahn via All-commits all-commits at lists.llvm.org
Wed Sep 10 14:01:05 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1efa997317b7fb7ad2eacf5ff1497f09d8ca203b
      https://github.com/llvm/llvm-project/commit/1efa997317b7fb7ad2eacf5ff1497f09d8ca203b
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2025-09-10 (Wed, 10 Sep 2025)

  Changed paths:
    M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
    M llvm/lib/Transforms/Vectorize/VPlanUnroll.cpp
    M llvm/test/Transforms/LoopVectorize/X86/fixed-order-recurrence.ll
    M llvm/test/Transforms/LoopVectorize/single-scalar-cast-minbw.ll
    M llvm/test/Transforms/LoopVectorize/vplan-printing.ll

  Log Message:
  -----------
  [VPlan] Handle stores to single-scalar addr in narrowToSingleScalars.

Move handling of stores to single-scalar/uniform address from
replicateByVF to narrowToSingleScalar.



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