[all-commits] [llvm/llvm-project] 21dc3e: [NewPM] Remove LoopSimplifyCFGLegacyPass (#72930)

Aiden Grossman via All-commits all-commits at lists.llvm.org
Tue Nov 21 00:51:38 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 21dc3e3491f0586b2b23f440271417c81e3cbb6b
      https://github.com/llvm/llvm-project/commit/21dc3e3491f0586b2b23f440271417c81e3cbb6b
  Author: Aiden Grossman <agrossman154 at yahoo.com>
  Date:   2023-11-21 (Tue, 21 Nov 2023)

  Changed paths:
    M llvm/include/llvm/InitializePasses.h
    M llvm/include/llvm/LinkAllPasses.h
    M llvm/include/llvm/Transforms/Scalar.h
    M llvm/lib/Transforms/Scalar/LoopSimplifyCFG.cpp
    M llvm/lib/Transforms/Scalar/Scalar.cpp

  Log Message:
  -----------
  [NewPM] Remove LoopSimplifyCFGLegacyPass (#72930)

This pass isn't used anywhere in upstream and thus has no test coverage.
For these reasons, remove it.




More information about the All-commits mailing list