[all-commits] [llvm/llvm-project] d20908: [VPlan] Replace versioned stride with constant dur...

Florian Hahn via All-commits all-commits at lists.llvm.org
Tue Jun 13 00:27:11 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d209084720c4aad27cafd9484a468f78408dbf04
      https://github.com/llvm/llvm-project/commit/d209084720c4aad27cafd9484a468f78408dbf04
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2023-06-13 (Tue, 13 Jun 2023)

  Changed paths:
    M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
    M llvm/test/Transforms/LoopVectorize/ARM/mve-gather-scatter-tailpred.ll
    M llvm/test/Transforms/LoopVectorize/RISCV/strided-accesses.ll
    M llvm/test/Transforms/LoopVectorize/runtime-check-needed-but-empty.ll

  Log Message:
  -----------
  [VPlan] Replace versioned stride with constant during VPlan opts.

After constructing the initial VPlan, replace VPValues for versioned
strides with their constant counterparts.

Differential Revision: https://reviews.llvm.org/D147783




More information about the All-commits mailing list