[all-commits] [llvm/llvm-project] 0141f5: [LoopVectorizer] NFC: Return ElementCount from com...

sdesmalen-arm via All-commits all-commits at lists.llvm.org
Wed Nov 11 01:55:45 PST 2020


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

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

  Log Message:
  -----------
  [LoopVectorizer] NFC: Return ElementCount from compute[Feasible]MaxVF

Interfaces changed to return `ElementCount`:
* LoopVectorizationCostModel::computeMaxVF
* LoopVectorizationCostModel::computeFeasibleMaxVF

This is NFC for fixed-width vectors.

Reviewed By: dmgreen, ctetreau

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




More information about the All-commits mailing list