[all-commits] [llvm/llvm-project] 388de9: [LoopUtils] Make duplicate method a utility. [NFCI]

Alina Sbirlea via All-commits all-commits at lists.llvm.org
Mon Feb 3 10:31:12 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 388de9dfcdf6d96ab5e32c91be49745b1892a483
      https://github.com/llvm/llvm-project/commit/388de9dfcdf6d96ab5e32c91be49745b1892a483
  Author: Alina Sbirlea <asbirlea at google.com>
  Date:   2020-02-03 (Mon, 03 Feb 2020)

  Changed paths:
    M llvm/include/llvm/Transforms/Scalar/LoopPassManager.h
    M llvm/include/llvm/Transforms/Utils/LoopUtils.h
    M llvm/lib/Transforms/Scalar/LoopUnrollAndJamPass.cpp
    M llvm/lib/Transforms/Scalar/LoopUnrollPass.cpp
    M llvm/lib/Transforms/Utils/LoopUtils.cpp

  Log Message:
  -----------
  [LoopUtils] Make duplicate method a utility. [NFCI]

Summary:
Method appendLoopsToWorklist is duplicate in LoopUnroll and in the
LoopPassManager as an internal method. Make it an utility.

Reviewers: dmgreen, chandlerc, fedor.sergeev, yamauchi

Subscribers: mehdi_amini, hiraditya, zzheng, llvm-commits

Tags: #llvm

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




More information about the All-commits mailing list