[all-commits] [llvm/llvm-project] 02940d: Revert "CycleInfo: Introduce cycles as a generaliz...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Tue Dec 7 13:07:54 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 02940d6d22022dbad45efa0c9a5cc772ba844da4
      https://github.com/llvm/llvm-project/commit/02940d6d22022dbad45efa0c9a5cc772ba844da4
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2021-12-07 (Tue, 07 Dec 2021)

  Changed paths:
    R llvm/docs/CycleTerminology.rst
    M llvm/docs/UserGuides.rst
    R llvm/docs/cycle-1.png
    R llvm/docs/cycle-2.png
    R llvm/docs/cycle-3.png
    R llvm/include/llvm/ADT/GenericCycleImpl.h
    R llvm/include/llvm/ADT/GenericCycleInfo.h
    R llvm/include/llvm/ADT/GenericSSAContext.h
    R llvm/include/llvm/Analysis/CycleAnalysis.h
    R llvm/include/llvm/CodeGen/MachineCycleAnalysis.h
    M llvm/include/llvm/CodeGen/MachinePassRegistry.def
    R llvm/include/llvm/CodeGen/MachineSSAContext.h
    R llvm/include/llvm/IR/SSAContext.h
    M llvm/include/llvm/InitializePasses.h
    M llvm/lib/Analysis/Analysis.cpp
    M llvm/lib/Analysis/CMakeLists.txt
    R llvm/lib/Analysis/CycleAnalysis.cpp
    M llvm/lib/CodeGen/CMakeLists.txt
    M llvm/lib/CodeGen/CodeGen.cpp
    R llvm/lib/CodeGen/MachineCycleAnalysis.cpp
    R llvm/lib/CodeGen/MachineSSAContext.cpp
    M llvm/lib/IR/CMakeLists.txt
    R llvm/lib/IR/SSAContext.cpp
    M llvm/lib/Passes/PassBuilder.cpp
    M llvm/lib/Passes/PassRegistry.def
    R llvm/test/Analysis/CycleInfo/basic.ll
    R llvm/test/CodeGen/X86/cycle-info.mir

  Log Message:
  -----------
  Revert "CycleInfo: Introduce cycles as a generalization of loops"

This reverts commit 0fe61ecc2cef333250a152cd90d80d0b802b27db because it
breaks the modules build.

https://green.lab.llvm.org/green/job/clang-stage2-rthinlto/4858/
https://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake/39112/




More information about the All-commits mailing list