[all-commits] [llvm/llvm-project] f47573: [LoopVectorizer] NFC: Propagate ElementCount to mo...

sdesmalen-arm via All-commits all-commits at lists.llvm.org
Tue Nov 10 03:12:16 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: f47573f9bfe55137c10d88c8e30c2974ec375062
      https://github.com/llvm/llvm-project/commit/f47573f9bfe55137c10d88c8e30c2974ec375062
  Author: Sander de Smalen <sander.desmalen at arm.com>
  Date:   2020-11-10 (Tue, 10 Nov 2020)

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

  Log Message:
  -----------
  [LoopVectorizer] NFC: Propagate ElementCount to more interfaces.

Interfaces changed to take `ElementCount` as parameters:
* LoopVectorizationPlanner::buildVPlans
* LoopVectorizationPlanner::buildVPlansWithVPRecipes
* LoopVectorizationCostModel::selectVectorizationFactor

This patch is NFC for fixed-width vectors.

Reviewed By: dmgreen, ctetreau

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




More information about the All-commits mailing list