[all-commits] [llvm/llvm-project] b7cfa6: [Loop Peeling] Separate the Loop Peeling Utilities...

Sidharth Baveja via All-commits all-commits at lists.llvm.org
Fri Jul 31 11:32:55 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b7cfa6ca92830b3c331cb44706bb279996663439
      https://github.com/llvm/llvm-project/commit/b7cfa6ca92830b3c331cb44706bb279996663439
  Author: Sidharth Baveja <sidharth.baveja at ibm.com>
  Date:   2020-07-31 (Fri, 31 Jul 2020)

  Changed paths:
    A llvm/include/llvm/Transforms/Utils/LoopPeel.h
    M llvm/include/llvm/Transforms/Utils/UnrollLoop.h
    M llvm/lib/Target/Hexagon/HexagonTargetTransformInfo.cpp
    M llvm/lib/Transforms/Scalar/LoopFuse.cpp
    M llvm/lib/Transforms/Scalar/LoopUnrollAndJamPass.cpp
    M llvm/lib/Transforms/Scalar/LoopUnrollPass.cpp
    M llvm/lib/Transforms/Utils/CMakeLists.txt
    A llvm/lib/Transforms/Utils/LoopPeel.cpp
    M llvm/lib/Transforms/Utils/LoopUnroll.cpp
    R llvm/lib/Transforms/Utils/LoopUnrollPeel.cpp

  Log Message:
  -----------
  [Loop Peeling] Separate the Loop Peeling Utilities from the Loop Unrolling Utilities

Summary: This patch separates the Loop Peeling Utilities from Loop Unrolling.
The reason for this change is that Loop Peeling is no longer only being used by
loop unrolling; Patch D82927 introduces loop peeling with fusion, such that
loops can be modified to have to same trip count, making them legal to be
peeled.

Reviewed By: Meinersbur

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




More information about the All-commits mailing list