[llvm-branch-commits] [llvm] [CodeGen][NPM] Add a target option to control machine verifier enablement at end of default pipelines (PR #176693)
Vikram Hegde via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sun Feb 15 05:54:08 PST 2026
vikramRH wrote:
> So why can we not reuse the same target hook?
This would mean I would have to make "isMachineVerifierClean()"return false atleast for GCNTargetMachine (currently it does not overload the hook and default returns true). which in turn would disable the expensive build checks currenlty being run for the target. I think we should keep them running while also working towards fixing the issues seen with downstream testing.
https://github.com/llvm/llvm-project/pull/176693
More information about the llvm-branch-commits
mailing list