[all-commits] [llvm/llvm-project] f98125: Revert "[PassManager] Add pretty stack entries bef...

Florian Hahn via All-commits all-commits at lists.llvm.org
Wed Mar 9 10:46:55 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f98125abb2d40920346b28921d39aa445498f57a
      https://github.com/llvm/llvm-project/commit/f98125abb2d40920346b28921d39aa445498f57a
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2022-03-09 (Wed, 09 Mar 2022)

  Changed paths:
    M llvm/include/llvm/IR/PassManager.h
    M llvm/include/llvm/Transforms/Scalar/LoopPassManager.h
    M llvm/lib/Analysis/CGSCCPassManager.cpp
    M llvm/lib/IR/PassManager.cpp
    M llvm/lib/Passes/PassBuilder.cpp
    M llvm/lib/Passes/PassRegistry.def
    M llvm/lib/Transforms/Scalar/LoopPassManager.cpp
    R llvm/test/Other/crash-cgscc.ll
    R llvm/test/Other/crash-function.ll
    R llvm/test/Other/crash-loop.ll
    R llvm/test/Other/crash-module.ll

  Log Message:
  -----------
  Revert "[PassManager] Add pretty stack entries before P->run() call."

This reverts commit 128745cc2681c284bc6d0150a319673a6d6e8424.

This increased compile-time unnecessarily. Revert this change and follow
ups 2c7afadb4789 & add0c5856d5f.

http://llvm-compile-time-tracker.com/compare.php?from=338dfcd60f843082bb589b287d890dbd9394eb82&to=128745cc2681c284bc6d0150a319673a6d6e8424&stat=instructions




More information about the All-commits mailing list