[llvm] [RFC] implement convergence control in MIR using SelectionDAG (PR #71785)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 7 09:10:00 PST 2024
================
@@ -32,11 +32,12 @@ template <typename ContextT> class GenericConvergenceVerifier {
void initialize(raw_ostream *OS,
function_ref<void(const Twine &Message)> FailureCB,
- const FunctionT &F) {
+ const FunctionT &F, bool TokensAllowed_) {
----------------
arsenm wrote:
I think the IsSSA would be a more sensible name
https://github.com/llvm/llvm-project/pull/71785
More information about the llvm-commits
mailing list