aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/CMakeLists.txt
diff options
context:
space:
mode:
authorSameer Sahasrabuddhe <sameer.sahasrabuddhe@amd.com>2024-02-21 11:07:02 +0530
committerSameer Sahasrabuddhe <sameer.sahasrabuddhe@amd.com>2024-02-21 11:07:02 +0530
commita2afcd5721869d1d03c8146bae3885b3385ba15e (patch)
tree3e2b0e2e4fafa73c0411a94b89ea87a8fd32bc7a /llvm/lib/CodeGen/CMakeLists.txt
parentb8ed69ecc01385c03844e8fa05ba418a5670d322 (diff)
downloadllvm-a2afcd5721869d1d03c8146bae3885b3385ba15e.zip
llvm-a2afcd5721869d1d03c8146bae3885b3385ba15e.tar.gz
llvm-a2afcd5721869d1d03c8146bae3885b3385ba15e.tar.bz2
Revert "Implement convergence control in MIR using SelectionDAG (#71785)"
This reverts commit 79889734b940356ab3381423c93ae06f22e772c9. Encountered multiple buildbot failures.
Diffstat (limited to 'llvm/lib/CodeGen/CMakeLists.txt')
-rw-r--r--llvm/lib/CodeGen/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/CMakeLists.txt b/llvm/lib/CodeGen/CMakeLists.txt
index 82d665b..d49bcf8 100644
--- a/llvm/lib/CodeGen/CMakeLists.txt
+++ b/llvm/lib/CodeGen/CMakeLists.txt
@@ -109,7 +109,6 @@ add_llvm_component_library(LLVMCodeGen
MachineBranchProbabilityInfo.cpp
MachineCFGPrinter.cpp
MachineCombiner.cpp
- MachineConvergenceVerifier.cpp
MachineCopyPropagation.cpp
MachineCSE.cpp
MachineCheckDebugify.cpp