[all-commits] [llvm/llvm-project] 26aed5: [VPlan][LoopUtils] Remove unused parameter TTI

Mel Chen via All-commits all-commits at lists.llvm.org
Mon Sep 4 05:30:54 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 26aed5b9a82b711e743064e1c6bb723f18ee5f1b
      https://github.com/llvm/llvm-project/commit/26aed5b9a82b711e743064e1c6bb723f18ee5f1b
  Author: Mel Chen <mel.chen at sifive.com>
  Date:   2023-09-04 (Mon, 04 Sep 2023)

  Changed paths:
    M llvm/include/llvm/Transforms/Utils/LoopUtils.h
    M llvm/lib/Transforms/Utils/LoopUtils.cpp
    M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
    M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
    M llvm/lib/Transforms/Vectorize/VPlan.h
    M llvm/unittests/Transforms/Vectorize/VPlanTest.cpp

  Log Message:
  -----------
  [VPlan][LoopUtils] Remove unused parameter TTI

This patch removes the member TTI from VPReductionRecipe, as the
generation of reduction operations no longer requires TTI.

Reviewed By: fhahn

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




More information about the All-commits mailing list