[all-commits] [llvm/llvm-project] ce6900: Revert "DomTree: Extract (mostly) read-only logic ...

Nicolai Hähnle via All-commits all-commits at lists.llvm.org
Tue Oct 27 12:34:09 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: ce6900c6cb510793151f6dd941e2ddb703735a50
      https://github.com/llvm/llvm-project/commit/ce6900c6cb510793151f6dd941e2ddb703735a50
  Author: Nicolai Hähnle <nicolai.haehnle at amd.com>
  Date:   2020-10-27 (Tue, 27 Oct 2020)

  Changed paths:
    M llvm/include/llvm/CodeGen/MachineDominators.h
    M llvm/include/llvm/Support/GenericDomTree.h
    M llvm/include/llvm/Support/GenericDomTreeConstruction.h
    M llvm/lib/Support/CMakeLists.txt
    R llvm/lib/Support/GenericDomTree.cpp
    M llvm/lib/Transforms/Scalar/ADCE.cpp
    M llvm/lib/Transforms/Scalar/NewGVN.cpp

  Log Message:
  -----------
  Revert "DomTree: Extract (mostly) read-only logic into type-erased base classes"

This reverts commit 848a68a032d1c59274526abb3220714202d4757e.


  Commit: e025d09b216dc2239e1b502f4f277abb6fb4648a
      https://github.com/llvm/llvm-project/commit/e025d09b216dc2239e1b502f4f277abb6fb4648a
  Author: Nicolai Hähnle <nicolai.haehnle at amd.com>
  Date:   2020-10-27 (Tue, 27 Oct 2020)

  Changed paths:
    M clang/include/clang/Analysis/Analyses/Dominators.h
    R llvm/include/llvm/CodeGen/MachineCfgTraits.h
    M llvm/include/llvm/IR/CFG.h
    R llvm/include/llvm/Support/CfgTraits.h
    M llvm/lib/CodeGen/CMakeLists.txt
    R llvm/lib/CodeGen/MachineCfgTraits.cpp
    R llvm/lib/IR/CFG.cpp
    M llvm/lib/IR/CMakeLists.txt
    M llvm/lib/Support/CMakeLists.txt
    R llvm/lib/Support/CfgTraits.cpp
    M llvm/lib/Transforms/Vectorize/VPlanDominatorTree.h
    M mlir/include/mlir/IR/Dominance.h

  Log Message:
  -----------
  Revert multiple patches based on "Introduce CfgTraits abstraction"

These logically belong together since it's a base commit plus
followup fixes to less common build configurations.

The patches are:

Revert "CfgInterface: rename interface() to getInterface()"

This reverts commit a74fc481588fcea9317cbf1f6c5888a30c9edd2d.

Revert "Wrap CfgTraitsFor in namespace llvm to please GCC 5"

This reverts commit f2a06875b604c00cbe96e54363f4f5d28935d610.

Revert "Try to make GCC5 happy about the CfgTraits thing"

This reverts commit 03a5f7ce12e2111c8b7bc5a95cff4c51b516250f.

Revert "Introduce CfgTraits abstraction"

This reverts commit c0cdd22c72fab47a3c37b5a8401763995cadaa77.


Compare: https://github.com/llvm/llvm-project/compare/7d6b58302a99...e025d09b216d


More information about the All-commits mailing list