[all-commits] [llvm/llvm-project] 466bd9: Revert "[LLVM] move verification of convergence co...
Sameer Sahasrabuddhe via All-commits
all-commits at lists.llvm.org
Tue Aug 1 04:52:37 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 466bd9981150906552a1f2308e3c9065bfcb6741
https://github.com/llvm/llvm-project/commit/466bd9981150906552a1f2308e3c9065bfcb6741
Author: Sameer Sahasrabuddhe <sameer.sahasrabuddhe at amd.com>
Date: 2023-08-01 (Tue, 01 Aug 2023)
Changed paths:
R llvm/include/llvm/ADT/GenericConvergenceVerifier.h
R llvm/include/llvm/ADT/GenericConvergenceVerifierImpl.h
M llvm/include/llvm/ADT/GenericSSAContext.h
R llvm/include/llvm/IR/ConvergenceVerifier.h
M llvm/lib/CodeGen/MachineSSAContext.cpp
M llvm/lib/IR/CMakeLists.txt
R llvm/lib/IR/ConvergenceVerifier.cpp
M llvm/lib/IR/SSAContext.cpp
M llvm/lib/IR/Verifier.cpp
Log Message:
-----------
Revert "[LLVM] move verification of convergence control to a class template"
This reverts commit 93a3706711fd46d4d487640d91b16c2eec747c9e.
The "extern template" declaration of CycleInfo caused problems in a shared build
when CycleInfo was removed from Verifier.cpp. There needs to be an explicit
instantiation corresponding to an extern template in every SO.
More information about the All-commits
mailing list