aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/IR/CMakeLists.txt
diff options
context:
space:
mode:
authorSameer Sahasrabuddhe <sameer.sahasrabuddhe@amd.com>2023-07-31 13:26:03 +0530
committerSameer Sahasrabuddhe <sameer.sahasrabuddhe@amd.com>2023-08-01 11:21:48 +0530
commit93a3706711fd46d4d487640d91b16c2eec747c9e (patch)
tree02f46824320f39b3f449f801d8f75b803aa6563b /llvm/lib/IR/CMakeLists.txt
parent4c8cf9206735b9b3cd2671b53e505d5f15578773 (diff)
downloadllvm-93a3706711fd46d4d487640d91b16c2eec747c9e.zip
llvm-93a3706711fd46d4d487640d91b16c2eec747c9e.tar.gz
llvm-93a3706711fd46d4d487640d91b16c2eec747c9e.tar.bz2
[LLVM] move verification of convergence control to a class template
The refactored template can now be used with MachineVerifier. Reviewed By: arsenm Differential Revision: https://reviews.llvm.org/D156522
Diffstat (limited to 'llvm/lib/IR/CMakeLists.txt')
-rw-r--r--llvm/lib/IR/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/IR/CMakeLists.txt b/llvm/lib/IR/CMakeLists.txt
index 217fe70..d9656a2 100644
--- a/llvm/lib/IR/CMakeLists.txt
+++ b/llvm/lib/IR/CMakeLists.txt
@@ -10,6 +10,7 @@ add_llvm_component_library(LLVMCore
ConstantFold.cpp
ConstantRange.cpp
Constants.cpp
+ ConvergenceVerifier.cpp
Core.cpp
CycleInfo.cpp
DIBuilder.cpp