[llvm] [RFC] implement convergence control in MIR using SelectionDAG (PR #71785)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 6 06:52:39 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:
Don't really see why this needs to be configurable?
https://github.com/llvm/llvm-project/pull/71785
More information about the llvm-commits
mailing list