[all-commits] [llvm/llvm-project] 68746a: [LV] Move all VPlan transforms after initial VPlan...

Florian Hahn via All-commits all-commits at lists.llvm.org
Tue Jul 18 02:54:00 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 68746a8cea7820234ce79eee60b02f89c89841a3
      https://github.com/llvm/llvm-project/commit/68746a8cea7820234ce79eee60b02f89c89841a3
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2023-07-18 (Tue, 18 Jul 2023)

  Changed paths:
    M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
    M llvm/test/Transforms/LoopVectorize/interleaved-accesses.ll

  Log Message:
  -----------
  [LV] Move all VPlan transforms after initial VPlan construction.

Reorder VPlan transforms slightly so they are all grouped together,
after disabling Value -> VPValue lookup. In terms of codegen impact,
this should be NFC modulo a small number of instruction reorderings.

Preparation to split up tryToBuildVPlanWithVPRecipes in a follow-up.

Reviewed By: Ayal

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




More information about the All-commits mailing list