[all-commits] [llvm/llvm-project] a43140: [LV] Remove loop arg from CM::isCandidateForEpilog...

Florian Hahn via All-commits all-commits at lists.llvm.org
Sun Apr 30 13:11:49 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a431402fd262ca54a923842148be6cdcef7ab636
      https://github.com/llvm/llvm-project/commit/a431402fd262ca54a923842148be6cdcef7ab636
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2023-04-30 (Sun, 30 Apr 2023)

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

  Log Message:
  -----------
  [LV] Remove loop arg from CM::isCandidateForEpilogueVectorization (NFC)

LVP operates on the loop it stores in TheLoop. Use it instead of the
argument, to be in line with other member functions.

Suggested as independent improvement in D143938.




More information about the All-commits mailing list