[all-commits] [llvm/llvm-project] 2f6c14: [LoopPeel] Add EXPENSIVE_CHECKS ifdef guard around...

Stephen Long via All-commits all-commits at lists.llvm.org
Wed Mar 2 09:57:05 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2f6c14816abc883a5f9342182a538c39acdf0431
      https://github.com/llvm/llvm-project/commit/2f6c14816abc883a5f9342182a538c39acdf0431
  Author: Stephen Long <steplong at quicinc.com>
  Date:   2022-03-02 (Wed, 02 Mar 2022)

  Changed paths:
    M llvm/lib/Transforms/Utils/LoopPeel.cpp

  Log Message:
  -----------
  [LoopPeel] Add EXPENSIVE_CHECKS ifdef guard around domtree verify call

The verify call was taking 50% of the compile time in our internal LLVM
fork when trying to unroll many loops.

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




More information about the All-commits mailing list