[all-commits] [llvm/llvm-project] 080a1e: [LV] Create createInductionResumeValue helper (NFC).

Florian Hahn via All-commits all-commits at lists.llvm.org
Thu Sep 29 03:13:33 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 080a1e2bbbd1238e934a2aef7cd47f478bf3c917
      https://github.com/llvm/llvm-project/commit/080a1e2bbbd1238e934a2aef7cd47f478bf3c917
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2022-09-29 (Thu, 29 Sep 2022)

  Changed paths:
    M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp

  Log Message:
  -----------
  [LV] Create createInductionResumeValue helper (NFC).

Factor out the logic to create induction resume values for a specific
induction. This will be used in D92132 to support widened IVs during
epilogue vectorization.

Reviewed By: Ayal

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




More information about the All-commits mailing list