jayfoad wrote: > Im also thinking about a target specific overridable hook (default being on) > that lets each target decide whether its ready to enable verification. not > sure if such a thing already exists ?
We already have a target hook isMachineVerifierClean and a MachineFunctionProperty FailsVerification -- see https://reviews.llvm.org/D111397 for some history on that. https://github.com/llvm/llvm-project/pull/176693 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
