[llvm-branch-commits] [llvm] [CodeGen][NPM] Disable Machine verifier at the end of default pipelines (PR #176693)
Jay Foad via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Jan 19 04:15:50 PST 2026
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
More information about the llvm-branch-commits
mailing list