[PATCH] D145356: [LoopVectorize][NFC] Fix incorrect comment in LoopVectorize.h

Ben Shi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 5 23:08:22 PST 2023


benshi001 added a comment.

  // 1. The main loop pass that drives the different parts.
  // 2. LoopVectorizationLegality - A unit that checks for the legality
  //    of the vectorization.
  // 3. InnerLoopVectorizer - A unit that performs the actual
  //    widening of instructions.
  // 4. LoopVectorizationCostModel - A unit that checks for the profitability
  //    of vectorization. It decides on the optimal vector width, which
  //    can be one, if vectorization is not profitable.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D145356/new/

https://reviews.llvm.org/D145356



More information about the llvm-commits mailing list